#AB5214

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

Shades of Rich Gold #AB5214

Tints of Rich Gold #AB5214

Color information

#AB5214 (or 0xAB5214) is unknown color: approx Rich Gold. HEX triplet: AB, 52 and 14. RGB value is (171,82,20). Sum of RGB (Red+Green+Blue) = 171+82+20=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5214 is #54ADEB. Grayscale: #656565. Windows color (decimal): -5549548 or 1331883. OLE color: 1331883.

HSL color Cylindrical-coordinate representation of color #AB5214: hue angle of 24.64º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB5214 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB1718220-
CMYK00.520.880.33
HSL24.64º79.06%37.45%-
HSV(B)24.64º88.3%67.06%-
XYZ19.9414.742.46-
YUV101.5481.99177.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.64%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 20 (8.20% from 255) = 7.33%
R=62.64%
G=30.04%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171822000.520.880.3324.6479.0637.45
HexAB52140345821194f25
Octal25312224064130413111745
Binary1010101110100101010001101001011000100001110011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5214; }

 p { color: rgb(171,82,20); }

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

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

 a { background-color: rgb(171,82,20); }

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

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

 span { border-color: rgb(171,82,20); }

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