Html Css Color HEX #A75313 Rich Gold

📋 copy color: '#A75313'

red 167 ◦ green 83 ◦ blue 19

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

Shades of Rich Gold #A75313

Tints of Rich Gold #A75313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

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

R = 62.08%
G = 30.86%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A75313 (or 0xA75313) is known color: Rich Gold. HEX triplet: A7, 53 and 13. RGB value is (167,83,19). Sum of RGB (Red+Green+Blue) = 167+83+19=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A75313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75313 is #58ACEC. Grayscale: #656565. Windows color (decimal): -5811437 or 1266599. OLE color: 1266599.

HSL color Cylindrical-coordinate representation of color #A75313: hue angle of 25.95º 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 #A75313 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 83 19 -
CMYK 0 0.50 0.89 0.35
HSL 25.95º 0.8% 0.36% -
HSV(B) 25.95º 0.89% 0.65% -
XYZ 19.15 14.45 2.4 -
YUV 100.82 81.83 175.2 -
System Red Green Blue C M Y K H S L
Decimal 167 83 19 0 0.50 0.89 0.35 25.95 0.8 0.36
Hex A7 53 13 0 32 59 23 1A 50 24
Octal 247 123 23 0 62 131 43 32 120 44
Binary 10100111 1010011 10011 0 110010 1011001 100011 11010 1010000 100100

Color Harmonies of #A75313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75313

Black with #A75313

Text Example


Text Example

White with #A75313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75313; }

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

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

background-color css

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

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

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

border-color css

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

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

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