#A95644

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

Shades of Crail #A95644

Tints of Crail #A95644

Color information

#A95644 (or 0xA95644) is unknown color: approx Crail. HEX triplet: A9, 56 and 44. RGB value is (169,86,68). Sum of RGB (Red+Green+Blue) = 169+86+68=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A95644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95644 is #56A9BB. Grayscale: #6C6C6C. Windows color (decimal): -5679548 or 4478633. OLE color: 4478633.

HSL color Cylindrical-coordinate representation of color #A95644: hue angle of 10.69º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A95644 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB1698668-
CMYK00.490.600.34
HSL10.69º42.62%46.47%-
HSV(B)10.69º59.76%66.27%-
XYZ20.7315.517.37-
YUV108.76105170.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.32%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 68 (26.95% from 255) = 21.05%
R=52.32%
G=26.63%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169866800.490.600.3410.6942.6246.47
HexA956440313C22b2b2e
Octal2511261040617442135356
Binary101010011010110100010001100011111001000101011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95644; }

 p { color: rgb(169,86,68); }

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

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

 a { background-color: rgb(169,86,68); }

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

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

 span { border-color: rgb(169,86,68); }

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