#A95642

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

Shades of Crail #A95642

Tints of Crail #A95642

Color information

#A95642 (or 0xA95642) is unknown color: approx Crail. HEX triplet: A9, 56 and 42. RGB value is (169,86,66). Sum of RGB (Red+Green+Blue) = 169+86+66=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A95642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95642 is #56A9BD. Grayscale: #6C6C6C. Windows color (decimal): -5679550 or 4347561. OLE color: 4347561.

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

Color convert

RGB1698666-
CMYK00.490.610.34
HSL11.65º43.83%46.08%-
HSV(B)11.65º60.95%66.27%-
XYZ20.6715.487.05-
YUV108.54104171.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.65%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 66 (26.17% from 255) = 20.56%
R=52.65%
G=26.79%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169866600.490.610.3411.6543.8346.08
HexA956420313D22c2c2e
Octal2511261020617542145456
Binary101010011010110100001001100011111011000101100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95642; }

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

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

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

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

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

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

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

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