Html Css Color HEX #A05217 Rich Gold

📋 copy color: '#A05217'

red 160 ◦ green 82 ◦ blue 23

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

Shades of Rich Gold #A05217

Tints of Rich Gold #A05217

RGB

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

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

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

R = 60.38%
G = 30.94%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A05217 (or 0xA05217) is known color: Rich Gold. HEX triplet: A0, 52 and 17. RGB value is (160,82,23). Sum of RGB (Red+Green+Blue) = 160+82+23=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A05217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05217 is #5FADE8. Grayscale: #626262. Windows color (decimal): -6270441 or 1528480. OLE color: 1528480.

HSL color Cylindrical-coordinate representation of color #A05217: hue angle of 25.84º 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 #A05217 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 82 23 -
CMYK 0 0.49 0.86 0.37
HSL 25.84º 0.75% 0.36% -
HSV(B) 25.84º 0.86% 0.63% -
XYZ 17.67 13.57 2.5 -
YUV 98.6 85.34 171.8 -
System Red Green Blue C M Y K H S L
Decimal 160 82 23 0 0.49 0.86 0.37 25.84 0.75 0.36
Hex A0 52 17 0 31 56 25 1A 4B 24
Octal 240 122 27 0 61 126 45 32 113 44
Binary 10100000 1010010 10111 0 110001 1010110 100101 11010 1001011 100100

Color Harmonies of #A05217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05217

Black with #A05217

Text Example


Text Example

White with #A05217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05217; }

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

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

background-color css

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

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

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

border-color css

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

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

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