Html Css Color HEX #A75512 Rich Gold

📋 copy color: '#A75512'

red 167 ◦ green 85 ◦ blue 18

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

Shades of Rich Gold #A75512

Tints of Rich Gold #A75512

RGB

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

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

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

R = 61.85%
G = 31.48%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A75512 (or 0xA75512) is known color: Rich Gold. HEX triplet: A7, 55 and 12. RGB value is (167,85,18). Sum of RGB (Red+Green+Blue) = 167+85+18=270 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.85% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 167 - color contains mainly: red. Hex color #A75512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75512 is #58AAED. Grayscale: #666666. Windows color (decimal): -5810926 or 1201575. OLE color: 1201575.

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

Color convert

RGB 167 85 18 -
CMYK 0 0.49 0.89 0.35
HSL 26.98º 0.81% 0.36% -
HSV(B) 26.98º 0.89% 0.65% -
XYZ 19.29 14.76 2.4 -
YUV 101.88 80.67 174.45 -
System Red Green Blue C M Y K H S L
Decimal 167 85 18 0 0.49 0.89 0.35 26.98 0.81 0.36
Hex A7 55 12 0 31 59 23 1B 51 24
Octal 247 125 22 0 61 131 43 33 121 44
Binary 10100111 1010101 10010 0 110001 1011001 100011 11011 1010001 100100

Color Harmonies of #A75512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75512

Black with #A75512

Text Example


Text Example

White with #A75512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75512; }

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

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

background-color css

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

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

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

border-color css

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

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

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