Html Css Color HEX #AB5412 Rich Gold

📋 copy color: '#AB5412'

red 171 ◦ green 84 ◦ blue 18

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

Shades of Rich Gold #AB5412

Tints of Rich Gold #AB5412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.77%

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

R = 62.64%
G = 30.77%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB5412 (or 0xAB5412) is known color: Rich Gold. HEX triplet: AB, 54 and 12. RGB value is (171,84,18). Sum of RGB (Red+Green+Blue) = 171+84+18=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5412 is #54ABED. Grayscale: #666666. Windows color (decimal): -5549038 or 1201323. OLE color: 1201323.

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

Color convert

RGB 171 84 18 -
CMYK 0 0.51 0.89 0.33
HSL 25.88º 0.81% 0.37% -
HSV(B) 25.88º 0.89% 0.67% -
XYZ 20.07 15.04 2.42 -
YUV 102.49 80.32 176.87 -
System Red Green Blue C M Y K H S L
Decimal 171 84 18 0 0.51 0.89 0.33 25.88 0.81 0.37
Hex AB 54 12 0 33 59 21 1A 51 25
Octal 253 124 22 0 63 131 41 32 121 45
Binary 10101011 1010100 10010 0 110011 1011001 100001 11010 1010001 100101

Color Harmonies of #AB5412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5412

Black with #AB5412

Text Example


Text Example

White with #AB5412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5412; }

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

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

background-color css

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

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

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

border-color css

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

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

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