Html Css Color HEX #A75121 Rich Gold

📋 copy color: '#A75121'

red 167 ◦ green 81 ◦ blue 33

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

Shades of Rich Gold #A75121

Tints of Rich Gold #A75121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.74%

R = 59.43%
G = 28.83%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A75121 (or 0xA75121) is known color: Rich Gold. HEX triplet: A7, 51 and 21. RGB value is (167,81,33). Sum of RGB (Red+Green+Blue) = 167+81+33=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A75121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75121 is #58AEDE. Grayscale: #656565. Windows color (decimal): -5811935 or 2183591. OLE color: 2183591.

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

Color convert

RGB 167 81 33 -
CMYK 0 0.51 0.80 0.35
HSL 21.49º 0.67% 0.39% -
HSV(B) 21.49º 0.8% 0.65% -
XYZ 19.15 14.21 3.17 -
YUV 101.24 89.49 174.9 -
System Red Green Blue C M Y K H S L
Decimal 167 81 33 0 0.51 0.80 0.35 21.49 0.67 0.39
Hex A7 51 21 0 33 50 23 15 43 27
Octal 247 121 41 0 63 120 43 25 103 47
Binary 10100111 1010001 100001 0 110011 1010000 100011 10101 1000011 100111

Color Harmonies of #A75121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75121

Black with #A75121

Text Example


Text Example

White with #A75121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75121; }

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

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

background-color css

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

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

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

border-color css

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

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

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