Html Css Color HEX #A75920 Rich Gold

📋 copy color: '#A75920'

red 167 ◦ green 89 ◦ blue 32

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

Shades of Rich Gold #A75920

Tints of Rich Gold #A75920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.9%

 BLUE value IS 32 (12.89% from 255) = 11.11%

R = 57.99%
G = 30.9%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A75920 (or 0xA75920) is known color: Rich Gold. HEX triplet: A7, 59 and 20. RGB value is (167,89,32). Sum of RGB (Red+Green+Blue) = 167+89+32=288 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.99% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 167 - color contains mainly: red. Hex color #A75920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75920 is #58A6DF. Grayscale: #6A6A6A. Windows color (decimal): -5809888 or 2120103. OLE color: 2120103.

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

Color convert

RGB 167 89 32 -
CMYK 0 0.47 0.81 0.35
HSL 25.33º 0.68% 0.39% -
HSV(B) 25.33º 0.81% 0.65% -
XYZ 19.77 15.46 3.31 -
YUV 105.82 86.34 171.63 -
System Red Green Blue C M Y K H S L
Decimal 167 89 32 0 0.47 0.81 0.35 25.33 0.68 0.39
Hex A7 59 20 0 2F 51 23 19 44 27
Octal 247 131 40 0 57 121 43 31 104 47
Binary 10100111 1011001 100000 0 101111 1010001 100011 11001 1000100 100111

Color Harmonies of #A75920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75920

Black with #A75920

Text Example


Text Example

White with #A75920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75920; }

 p { color: rgb(167,89,32); }

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

background-color css

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

 a { background-color: rgb(167,89,32); }

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

border-color css

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

 span { border-color: rgb(167,89,32); }

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