Html Css Color HEX #AB5512 Rich Gold

📋 copy color: '#AB5512'

red 171 ◦ green 85 ◦ blue 18

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

Shades of Rich Gold #AB5512

Tints of Rich Gold #AB5512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.02%

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

R = 62.41%
G = 31.02%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB5512 (or 0xAB5512) is known color: Rich Gold. HEX triplet: AB, 55 and 12. RGB value is (171,85,18). Sum of RGB (Red+Green+Blue) = 171+85+18=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5512 is #54AAED. Grayscale: #676767. Windows color (decimal): -5548782 or 1201579. OLE color: 1201579.

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

Color convert

RGB 171 85 18 -
CMYK 0 0.50 0.89 0.33
HSL 26.27º 0.81% 0.37% -
HSV(B) 26.27º 0.89% 0.67% -
XYZ 20.15 15.2 2.44 -
YUV 103.08 79.99 176.45 -
System Red Green Blue C M Y K H S L
Decimal 171 85 18 0 0.50 0.89 0.33 26.27 0.81 0.37
Hex AB 55 12 0 32 59 21 1A 51 25
Octal 253 125 22 0 62 131 41 32 121 45
Binary 10101011 1010101 10010 0 110010 1011001 100001 11010 1010001 100101

Color Harmonies of #AB5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5512

Black with #AB5512

Text Example


Text Example

White with #AB5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5512; }

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

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

background-color css

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

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

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

border-color css

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

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

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