#A9604D

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

Shades of Crail #A9604D

Tints of Crail #A9604D

Color information

#A9604D (or 0xA9604D) is unknown color: approx Crail. HEX triplet: A9, 60 and 4D. RGB value is (169,96,77). Sum of RGB (Red+Green+Blue) = 169+96+77=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A9604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9604D is #569FB2. Grayscale: #737373. Windows color (decimal): -5676979 or 5071017. OLE color: 5071017.

HSL color Cylindrical-coordinate representation of color #A9604D: hue angle of 12.39º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9604D is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB1699677-
CMYK00.430.540.34
HSL12.39º37.4%48.24%-
HSV(B)12.39º54.44%66.27%-
XYZ21.8817.349.21-
YUV115.66106.18166.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.42%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=49.42%
G=28.07%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169967700.430.540.3412.3937.448.24
HexA9604D02B3622c2530
Octal2511401150536642144560
Binary101010011100000100110101010111101101000101100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9604D; }

 p { color: rgb(169,96,77); }

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

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

 a { background-color: rgb(169,96,77); }

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

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

 span { border-color: rgb(169,96,77); }

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