#AB5A43

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

Shades of Crail #AB5A43

Tints of Crail #AB5A43

Color information

#AB5A43 (or 0xAB5A43) is unknown color: approx Crail. HEX triplet: AB, 5A and 43. RGB value is (171,90,67). Sum of RGB (Red+Green+Blue) = 171+90+67=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5A43 is #54A5BC. Grayscale: #6F6F6F. Windows color (decimal): -5547453 or 4414123. OLE color: 4414123.

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

Color convert

RGB1719067-
CMYK00.470.610.33
HSL13.27º43.7%46.67%-
HSV(B)13.27º60.82%67.06%-
XYZ21.4616.387.34-
YUV111.6102.84170.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.13%
GREEN value IS 90 (35.55% from 255) = 27.44%
BLUE value IS 67 (26.56% from 255) = 20.43%
R=52.13%
G=27.44%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171906700.470.610.3313.2743.746.67
HexAB5A4302F3D21d2c2f
Octal2531321030577541155457
Binary101010111011010100001101011111111011000011101101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5A43; }

 p { color: rgb(171,90,67); }

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

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

 a { background-color: rgb(171,90,67); }

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

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

 span { border-color: rgb(171,90,67); }

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