#A65A4C

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

Shades of Crail #A65A4C

Tints of Crail #A65A4C

Color information

#A65A4C (or 0xA65A4C) is unknown color: approx Crail. HEX triplet: A6, 5A and 4C. RGB value is (166,90,76). Sum of RGB (Red+Green+Blue) = 166+90+76=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A4C is #59A5B3. Grayscale: #6F6F6F. Windows color (decimal): -5875124 or 5003942. OLE color: 5003942.

HSL color Cylindrical-coordinate representation of color #A65A4C: hue angle of 9.33º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A65A4C is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB1669076-
CMYK00.460.540.35
HSL9.33º37.19%47.45%-
HSV(B)9.33º54.22%65.1%-
XYZ20.6915.948.82-
YUV111.13108.18167.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50%
GREEN value IS 90 (35.55% from 255) = 27.11%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=50%
G=27.11%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166907600.460.540.359.3337.1947.45
HexA65A4C02E36239252f
Octal2461321140566643114557
Binary101001101011010100110001011101101101000111001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A4C; }

 p { color: rgb(166,90,76); }

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

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

 a { background-color: rgb(166,90,76); }

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

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

 span { border-color: rgb(166,90,76); }

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