#AB5848

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

Shades of Crail #AB5848

Tints of Crail #AB5848

Color information

#AB5848 (or 0xAB5848) is unknown color: approx Crail. HEX triplet: AB, 58 and 48. RGB value is (171,88,72). Sum of RGB (Red+Green+Blue) = 171+88+72=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5848 is #54A7B7. Grayscale: #6F6F6F. Windows color (decimal): -5547960 or 4741291. OLE color: 4741291.

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

Color convert

RGB1718872-
CMYK00.490.580.33
HSL9.7º40.74%47.65%-
HSV(B)9.7º57.89%67.06%-
XYZ21.4516.118.11-
YUV110.99106170.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.66%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=51.66%
G=26.59%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171887200.490.580.339.740.7447.65
HexAB58480313A21a2930
Octal2531301100617241125160
Binary101010111011000100100001100011110101000011010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5848; }

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

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

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

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

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

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

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

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