Html Css Color HEX #A15012 Rich Gold

📋 copy color: '#A15012'

red 161 ◦ green 80 ◦ blue 18

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

Shades of Rich Gold #A15012

Tints of Rich Gold #A15012

RGB

 RED value IS 161 (63.28% from 255) = 62.16%

 GREEN value IS 80 (31.64% from 255) = 30.89%

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

R = 62.16%
G = 30.89%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A15012 (or 0xA15012) is known color: Rich Gold. HEX triplet: A1, 50 and 12. RGB value is (161,80,18). Sum of RGB (Red+Green+Blue) = 161+80+18=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A15012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15012 is #5EAFED. Grayscale: #616161. Windows color (decimal): -6205422 or 1200289. OLE color: 1200289.

HSL color Cylindrical-coordinate representation of color #A15012: hue angle of 26.01º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A15012 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 80 18 -
CMYK 0 0.50 0.89 0.37
HSL 26.01º 0.8% 0.35% -
HSV(B) 26.01º 0.89% 0.63% -
XYZ 17.68 13.36 2.22 -
YUV 97.15 83.34 173.54 -
System Red Green Blue C M Y K H S L
Decimal 161 80 18 0 0.50 0.89 0.37 26.01 0.8 0.35
Hex A1 50 12 0 32 59 25 1A 50 23
Octal 241 120 22 0 62 131 45 32 120 43
Binary 10100001 1010000 10010 0 110010 1011001 100101 11010 1010000 100011

Color Harmonies of #A15012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15012

Black with #A15012

Text Example


Text Example

White with #A15012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15012; }

 p { color: rgb(161,80,18); }

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

background-color css

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

 a { background-color: rgb(161,80,18); }

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

border-color css

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

 span { border-color: rgb(161,80,18); }

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