Html Css Color HEX #AB5212 Rich Gold

📋 copy color: '#AB5212'

red 171 ◦ green 82 ◦ blue 18

#AB5212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #AB5212

Tints of Rich Gold #AB5212

RGB

 RED value IS 171 (67.19% from 255) = 63.1%

 GREEN value IS 82 (32.42% from 255) = 30.26%

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 63.1%
G = 30.26%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB5212 (or 0xAB5212) is known color: Rich Gold. HEX triplet: AB, 52 and 12. RGB value is (171,82,18). Sum of RGB (Red+Green+Blue) = 171+82+18=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5212 is #54ADED. Grayscale: #656565. Windows color (decimal): -5549550 or 1200811. OLE color: 1200811.

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

Color convert

RGB 171 82 18 -
CMYK 0 0.52 0.89 0.33
HSL 25.1º 0.81% 0.37% -
HSV(B) 25.1º 0.89% 0.67% -
XYZ 19.92 14.74 2.37 -
YUV 101.32 80.99 177.7 -
System Red Green Blue C M Y K H S L
Decimal 171 82 18 0 0.52 0.89 0.33 25.1 0.81 0.37
Hex AB 52 12 0 34 59 21 19 51 25
Octal 253 122 22 0 64 131 41 31 121 45
Binary 10101011 1010010 10010 0 110100 1011001 100001 11001 1010001 100101

Color Harmonies of #AB5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5212

Black with #AB5212

Text Example


Text Example

White with #AB5212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5212; }

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

 H1.HeaderClassName
 {
   color: #AB5212;
 }
 .AnyTagClassName
 {
   color: #AB5212;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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