#A95646

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

Shades of Crail #A95646

Tints of Crail #A95646

Color information

#A95646 (or 0xA95646) is unknown color: approx Crail. HEX triplet: A9, 56 and 46. RGB value is (169,86,70). Sum of RGB (Red+Green+Blue) = 169+86+70=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A95646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95646 is #56A9B9. Grayscale: #6D6D6D. Windows color (decimal): -5679546 or 4609705. OLE color: 4609705.

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

Color convert

RGB1698670-
CMYK00.490.590.34
HSL9.7º41.42%46.86%-
HSV(B)9.7º58.58%66.27%-
XYZ20.815.537.7-
YUV108.99106170.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=52%
G=26.46%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169867000.490.590.349.741.4246.86
HexA956460313B22a292f
Octal2511261060617342125157
Binary101010011010110100011001100011110111000101010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95646; }

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

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

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

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

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

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

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

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