Html Css Color HEX #A05317 Rich Gold

📋 copy color: '#A05317'

red 160 ◦ green 83 ◦ blue 23

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

Shades of Rich Gold #A05317

Tints of Rich Gold #A05317

RGB

 RED value IS 160 (62.89% from 255) = 60.15%

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

 BLUE value IS 23 (9.38% from 255) = 8.65%

R = 60.15%
G = 31.2%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A05317 (or 0xA05317) is known color: Rich Gold. HEX triplet: A0, 53 and 17. RGB value is (160,83,23). Sum of RGB (Red+Green+Blue) = 160+83+23=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A05317 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05317 is #5FACE8. Grayscale: #636363. Windows color (decimal): -6270185 or 1528736. OLE color: 1528736.

HSL color Cylindrical-coordinate representation of color #A05317: hue angle of 26.28º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A05317 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 83 23 -
CMYK 0 0.48 0.86 0.37
HSL 26.28º 0.75% 0.36% -
HSV(B) 26.28º 0.86% 0.63% -
XYZ 17.75 13.72 2.52 -
YUV 99.18 85.01 171.38 -
System Red Green Blue C M Y K H S L
Decimal 160 83 23 0 0.48 0.86 0.37 26.28 0.75 0.36
Hex A0 53 17 0 30 56 25 1A 4B 24
Octal 240 123 27 0 60 126 45 32 113 44
Binary 10100000 1010011 10111 0 110000 1010110 100101 11010 1001011 100100

Color Harmonies of #A05317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05317

Black with #A05317

Text Example


Text Example

White with #A05317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05317; }

 p { color: rgb(160,83,23); }

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

background-color css

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

 a { background-color: rgb(160,83,23); }

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

border-color css

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

 span { border-color: rgb(160,83,23); }

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