Html Css Color HEX #A75012 Rich Gold

📋 copy color: '#A75012'

red 167 ◦ green 80 ◦ blue 18

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

Shades of Rich Gold #A75012

Tints of Rich Gold #A75012

RGB

 RED value IS 167 (65.63% from 255) = 63.02%

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

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

R = 63.02%
G = 30.19%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A75012 (or 0xA75012) is known color: Rich Gold. HEX triplet: A7, 50 and 12. RGB value is (167,80,18). Sum of RGB (Red+Green+Blue) = 167+80+18=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A75012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75012 is #58AFED. Grayscale: #636363. Windows color (decimal): -5812206 or 1200295. OLE color: 1200295.

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

Color convert

RGB 167 80 18 -
CMYK 0 0.52 0.89 0.35
HSL 24.97º 0.81% 0.36% -
HSV(B) 24.97º 0.89% 0.65% -
XYZ 18.91 14 2.28 -
YUV 98.95 82.32 176.54 -
System Red Green Blue C M Y K H S L
Decimal 167 80 18 0 0.52 0.89 0.35 24.97 0.81 0.36
Hex A7 50 12 0 34 59 23 19 51 24
Octal 247 120 22 0 64 131 43 31 121 44
Binary 10100111 1010000 10010 0 110100 1011001 100011 11001 1010001 100100

Color Harmonies of #A75012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75012

Black with #A75012

Text Example


Text Example

White with #A75012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75012; }

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

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

background-color css

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

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

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

border-color css

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

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

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