Html Css Color HEX #A75111 Rich Gold

📋 copy color: '#A75111'

red 167 ◦ green 81 ◦ blue 17

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

Shades of Rich Gold #A75111

Tints of Rich Gold #A75111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.42%

R = 63.02%
G = 30.57%
B = 6.42%

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

#A75111 (or 0xA75111) is known color: Rich Gold. HEX triplet: A7, 51 and 11. RGB value is (167,81,17). Sum of RGB (Red+Green+Blue) = 167+81+17=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A75111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75111 is #58AEEE. Grayscale: #636363. Windows color (decimal): -5811951 or 1135015. OLE color: 1135015.

HSL color Cylindrical-coordinate representation of color #A75111: hue angle of 25.6º degrees, saturation: 0.82, 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 #A75111 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 81 17 -
CMYK 0 0.51 0.90 0.35
HSL 25.6º 0.82% 0.36% -
HSV(B) 25.6º 0.9% 0.65% -
XYZ 18.98 14.14 2.26 -
YUV 99.42 81.49 176.2 -
System Red Green Blue C M Y K H S L
Decimal 167 81 17 0 0.51 0.90 0.35 25.6 0.82 0.36
Hex A7 51 11 0 33 5A 23 1A 52 24
Octal 247 121 21 0 63 132 43 32 122 44
Binary 10100111 1010001 10001 0 110011 1011010 100011 11010 1010010 100100

Color Harmonies of #A75111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75111

Black with #A75111

Text Example


Text Example

White with #A75111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75111; }

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

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

background-color css

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

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

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

border-color css

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

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

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