Html Css Color HEX #A75110 Rich Gold

📋 copy color: '#A75110'

red 167 ◦ green 81 ◦ blue 16

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

Shades of Rich Gold #A75110

Tints of Rich Gold #A75110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

 BLUE value IS 16 (6.64% from 255) = 6.06%

R = 63.26%
G = 30.68%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A75110 (or 0xA75110) is known color: Rich Gold. HEX triplet: A7, 51 and 10. RGB value is (167,81,16). Sum of RGB (Red+Green+Blue) = 167+81+16=264 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.26% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 167 - color contains mainly: red. Hex color #A75110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75110 is #58AEEF. Grayscale: #636363. Windows color (decimal): -5811952 or 1069479. OLE color: 1069479.

HSL color Cylindrical-coordinate representation of color #A75110: hue angle of 25.83º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A75110 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 81 16 -
CMYK 0 0.51 0.90 0.35
HSL 25.83º 0.83% 0.36% -
HSV(B) 25.83º 0.9% 0.65% -
XYZ 18.97 14.14 2.22 -
YUV 99.3 80.99 176.29 -
System Red Green Blue C M Y K H S L
Decimal 167 81 16 0 0.51 0.90 0.35 25.83 0.83 0.36
Hex A7 51 10 0 33 5A 23 1A 53 24
Octal 247 121 20 0 63 132 43 32 123 44
Binary 10100111 1010001 10000 0 110011 1011010 100011 11010 1010011 100100

Color Harmonies of #A75110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75110

Black with #A75110

Text Example


Text Example

White with #A75110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75110; }

 p { color: rgb(167,81,16); }

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

background-color css

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

 a { background-color: rgb(167,81,16); }

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

border-color css

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

 span { border-color: rgb(167,81,16); }

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