#AB5A4B

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

Shades of Crail #AB5A4B

Tints of Crail #AB5A4B

Color information

#AB5A4B (or 0xAB5A4B) is unknown color: approx Crail. HEX triplet: AB, 5A and 4B. RGB value is (171,90,75). Sum of RGB (Red+Green+Blue) = 171+90+75=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5A4B is #54A5B4. Grayscale: #707070. Windows color (decimal): -5547445 or 4938411. OLE color: 4938411.

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

Color convert

RGB1719075-
CMYK00.470.560.33
HSL9.38º39.02%48.24%-
HSV(B)9.38º56.14%67.06%-
XYZ21.7216.488.69-
YUV112.51106.84169.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.89%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=50.89%
G=26.79%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171907500.470.560.339.3839.0248.24
HexAB5A4B02F382192730
Octal2531321130577041114760
Binary101010111011010100101101011111110001000011001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5A4B; }

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

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

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

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

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

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

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

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