#AB5846

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

Shades of Crail #AB5846

Tints of Crail #AB5846

Color information

#AB5846 (or 0xAB5846) is unknown color: approx Crail. HEX triplet: AB, 58 and 46. RGB value is (171,88,70). Sum of RGB (Red+Green+Blue) = 171+88+70=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5846 is #54A7B9. Grayscale: #6E6E6E. Windows color (decimal): -5547962 or 4610219. OLE color: 4610219.

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

Color convert

RGB1718870-
CMYK00.490.590.33
HSL10.69º41.91%47.25%-
HSV(B)10.69º59.06%67.06%-
XYZ21.3916.087.77-
YUV110.76105170.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.98%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 70 (27.73% from 255) = 21.28%
R=51.98%
G=26.75%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171887000.490.590.3310.6941.9147.25
HexAB58460313B21b2a2f
Octal2531301060617341135257
Binary101010111011000100011001100011110111000011011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5846; }

 p { color: rgb(171,88,70); }

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

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

 a { background-color: rgb(171,88,70); }

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

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

 span { border-color: rgb(171,88,70); }

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