Html Css Color HEX #A75213 Rich Gold

📋 copy color: '#A75213'

red 167 ◦ green 82 ◦ blue 19

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

Shades of Rich Gold #A75213

Tints of Rich Gold #A75213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 62.31%
G = 30.6%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A75213 (or 0xA75213) is known color: Rich Gold. HEX triplet: A7, 52 and 13. RGB value is (167,82,19). Sum of RGB (Red+Green+Blue) = 167+82+19=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A75213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75213 is #58ADEC. Grayscale: #646464. Windows color (decimal): -5811693 or 1266343. OLE color: 1266343.

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

Color convert

RGB 167 82 19 -
CMYK 0 0.51 0.89 0.35
HSL 25.54º 0.8% 0.36% -
HSV(B) 25.54º 0.89% 0.65% -
XYZ 19.07 14.3 2.37 -
YUV 100.23 82.16 175.62 -
System Red Green Blue C M Y K H S L
Decimal 167 82 19 0 0.51 0.89 0.35 25.54 0.8 0.36
Hex A7 52 13 0 33 59 23 1A 50 24
Octal 247 122 23 0 63 131 43 32 120 44
Binary 10100111 1010010 10011 0 110011 1011001 100011 11010 1010000 100100

Color Harmonies of #A75213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75213

Black with #A75213

Text Example


Text Example

White with #A75213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75213; }

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

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

background-color css

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

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

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

border-color css

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

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

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