#AB5C4B

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

Shades of Crail #AB5C4B

Tints of Crail #AB5C4B

Color information

#AB5C4B (or 0xAB5C4B) is unknown color: approx Crail. HEX triplet: AB, 5C and 4B. RGB value is (171,92,75). Sum of RGB (Red+Green+Blue) = 171+92+75=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5C4B is #54A3B4. Grayscale: #717171. Windows color (decimal): -5546933 or 4938923. OLE color: 4938923.

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

Color convert

RGB1719275-
CMYK00.460.560.33
HSL10.63º39.02%48.24%-
HSV(B)10.63º56.14%67.06%-
XYZ21.8916.828.75-
YUV113.68106.17168.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.59%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=50.59%
G=27.22%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171927500.460.560.3310.6339.0248.24
HexAB5C4B02E3821b2730
Octal2531341130567041134760
Binary101010111011100100101101011101110001000011011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5C4B; }

 p { color: rgb(171,92,75); }

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

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

 a { background-color: rgb(171,92,75); }

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

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

 span { border-color: rgb(171,92,75); }

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