Html Css Color HEX #A75224 Rich Gold

📋 copy color: '#A75224'

red 167 ◦ green 82 ◦ blue 36

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

Shades of Rich Gold #A75224

Tints of Rich Gold #A75224

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

 BLUE value IS 36 (14.45% from 255) = 12.63%

R = 58.6%
G = 28.77%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A75224 (or 0xA75224) is known color: Rich Gold. HEX triplet: A7, 52 and 24. RGB value is (167,82,36). Sum of RGB (Red+Green+Blue) = 167+82+36=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A75224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75224 is #58ADDB. Grayscale: #666666. Windows color (decimal): -5811676 or 2380455. OLE color: 2380455.

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

Color convert

RGB 167 82 36 -
CMYK 0 0.51 0.78 0.35
HSL 21.07º 0.65% 0.4% -
HSV(B) 21.07º 0.78% 0.65% -
XYZ 19.27 14.38 3.43 -
YUV 102.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 167 82 36 0 0.51 0.78 0.35 21.07 0.65 0.4
Hex A7 52 24 0 33 4E 23 15 41 28
Octal 247 122 44 0 63 116 43 25 101 50
Binary 10100111 1010010 100100 0 110011 1001110 100011 10101 1000001 101000

Color Harmonies of #A75224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75224

Black with #A75224

Text Example


Text Example

White with #A75224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75224; }

 p { color: rgb(167,82,36); }

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

background-color css

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

 a { background-color: rgb(167,82,36); }

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

border-color css

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

 span { border-color: rgb(167,82,36); }

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