#A35A4D

Color #A35A4D Crail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crail #A35A4D

Tints of Crail #A35A4D

Color information

#A35A4D (or 0xA35A4D) is unknown color: approx Crail. HEX triplet: A3, 5A and 4D. RGB value is (163,90,77). Sum of RGB (Red+Green+Blue) = 163+90+77=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35A4D is #5CA5B2. Grayscale: #6E6E6E. Windows color (decimal): -6071731 or 5069475. OLE color: 5069475.

HSL color Cylindrical-coordinate representation of color #A35A4D: hue angle of 9.07º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A35A4D is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB1639077-
CMYK00.450.530.36
HSL9.07º35.83%47.06%-
HSV(B)9.07º52.76%63.92%-
XYZ20.115.638.98-
YUV110.34109.18165.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 90 (35.55% from 255) = 27.27%
BLUE value IS 77 (30.47% from 255) = 23.33%
R=49.39%
G=27.27%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163907700.450.530.369.0735.8347.06
HexA35A4D02D35249242f
Octal2431321150556544114457
Binary101000111011010100110101011011101011001001001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35A4D; }

 p { color: rgb(163,90,77); }

 H1.HeaderClassName
 {
   color: #A35A4D;
 }
 .AnyTagClassName
 {
   color: #A35A4D;
 }
</style>
background-color css

<style>
 a { background-color: #A35A4D; }

 a { background-color: rgb(163,90,77); }

 div.DivClassName
 {
   background-color: #A35A4D;
 }
 .BgClassName
 {
   background-color: #A35A4D;
 }
</style>
border-color css

<style>
 span { border-color: #A35A4D; }

 span { border-color: rgb(163,90,77); }

 td.TdClassName
 {
   border-color: #A35A4D;
 }
 .TagClassName
 {
   border-color: #A35A4D;
 }
</style>