#AB503E

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

Shades of Crail #AB503E

Tints of Crail #AB503E

Color information

#AB503E (or 0xAB503E) is unknown color: approx Crail. HEX triplet: AB, 50 and 3E. RGB value is (171,80,62). Sum of RGB (Red+Green+Blue) = 171+80+62=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB503E is #54AFC1. Grayscale: #696969. Windows color (decimal): -5550018 or 4083883. OLE color: 4083883.

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

Color convert

RGB1718062-
CMYK00.530.640.33
HSL9.91º46.78%45.69%-
HSV(B)9.91º63.74%67.06%-
XYZ20.5314.746.32-
YUV105.16103.65174.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.63%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=54.63%
G=25.56%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171806200.530.640.339.9146.7845.69
HexAB503E0354021a2f2e
Octal2531207606510041125756
Binary101010111010000111110011010110000001000011010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB503E; }

 p { color: rgb(171,80,62); }

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

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

 a { background-color: rgb(171,80,62); }

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

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

 span { border-color: rgb(171,80,62); }

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