#A95844

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

Shades of Crail #A95844

Tints of Crail #A95844

Color information

#A95844 (or 0xA95844) is unknown color: approx Crail. HEX triplet: A9, 58 and 44. RGB value is (169,88,68). Sum of RGB (Red+Green+Blue) = 169+88+68=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A95844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95844 is #56A7BB. Grayscale: #6E6E6E. Windows color (decimal): -5679036 or 4479145. OLE color: 4479145.

HSL color Cylindrical-coordinate representation of color #A95844: hue angle of 11.88º 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 #A95844 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB1698868-
CMYK00.480.600.34
HSL11.88º42.62%46.47%-
HSV(B)11.88º59.76%66.27%-
XYZ20.915.837.42-
YUV109.94104.34170.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 68 (26.95% from 255) = 20.92%
R=52%
G=27.08%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169886800.480.600.3411.8842.6246.47
HexA958440303C22c2b2e
Octal2511301040607442145356
Binary101010011011000100010001100001111001000101100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95844; }

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

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

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

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

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

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

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

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