#AB5B46

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

Shades of Crail #AB5B46

Tints of Crail #AB5B46

Color information

#AB5B46 (or 0xAB5B46) is unknown color: approx Crail. HEX triplet: AB, 5B and 46. RGB value is (171,91,70). Sum of RGB (Red+Green+Blue) = 171+91+70=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5B46 is #54A4B9. Grayscale: #707070. Windows color (decimal): -5547194 or 4610987. OLE color: 4610987.

HSL color Cylindrical-coordinate representation of color #AB5B46: hue angle of 12.48º 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 #AB5B46 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB1719170-
CMYK00.470.590.33
HSL12.48º41.91%47.25%-
HSV(B)12.48º59.06%67.06%-
XYZ21.6416.587.85-
YUV112.53104169.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.51%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=51.51%
G=27.41%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171917000.470.590.3312.4841.9147.25
HexAB5B4602F3B21c2a2f
Octal2531331060577341145257
Binary101010111011011100011001011111110111000011100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5B46; }

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

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

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

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

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

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

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

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