#AB501F

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

Shades of Rich Gold #AB501F

Tints of Rich Gold #AB501F

Color information

#AB501F (or 0xAB501F) is unknown color: approx Rich Gold. HEX triplet: AB, 50 and 1F. RGB value is (171,80,31). Sum of RGB (Red+Green+Blue) = 171+80+31=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB501F is #54AFE0. Grayscale: #656565. Windows color (decimal): -5550049 or 2052267. OLE color: 2052267.

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

Color convert

RGB1718031-
CMYK00.530.820.33
HSL21º69.31%39.61%-
HSV(B)21º81.87%67.06%-
XYZ19.9114.493.04-
YUV101.6288.15177.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.64%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 31 (12.5% from 255) = 10.99%
R=60.64%
G=28.37%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171803100.530.820.332169.3139.61
HexAB501F0355221154528
Octal25312037065122412510550
Binary1010101110100001111101101011010010100001101011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB501F; }

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

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

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

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

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

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

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

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