Html Css Color HEX #A75315 Rich Gold

📋 copy color: '#A75315'

red 167 ◦ green 83 ◦ blue 21

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

Shades of Rich Gold #A75315

Tints of Rich Gold #A75315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.75%

R = 61.62%
G = 30.63%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A75315 (or 0xA75315) is known color: Rich Gold. HEX triplet: A7, 53 and 15. RGB value is (167,83,21). Sum of RGB (Red+Green+Blue) = 167+83+21=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A75315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75315 is #58ACEA. Grayscale: #656565. Windows color (decimal): -5811435 or 1397671. OLE color: 1397671.

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

Color convert

RGB 167 83 21 -
CMYK 0 0.50 0.87 0.35
HSL 25.48º 0.78% 0.37% -
HSV(B) 25.48º 0.87% 0.65% -
XYZ 19.16 14.46 2.49 -
YUV 101.05 82.83 175.04 -
System Red Green Blue C M Y K H S L
Decimal 167 83 21 0 0.50 0.87 0.35 25.48 0.78 0.37
Hex A7 53 15 0 32 57 23 19 4E 25
Octal 247 123 25 0 62 127 43 31 116 45
Binary 10100111 1010011 10101 0 110010 1010111 100011 11001 1001110 100101

Color Harmonies of #A75315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75315

Black with #A75315

Text Example


Text Example

White with #A75315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75315; }

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

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

background-color css

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

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

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

border-color css

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

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

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