Html Css Color HEX #A05017 Rich Gold

📋 copy color: '#A05017'

red 160 ◦ green 80 ◦ blue 23

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

Shades of Rich Gold #A05017

Tints of Rich Gold #A05017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.42%

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

R = 60.84%
G = 30.42%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A05017 (or 0xA05017) is known color: Rich Gold. HEX triplet: A0, 50 and 17. RGB value is (160,80,23). Sum of RGB (Red+Green+Blue) = 160+80+23=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A05017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05017 is #5FAFE8. Grayscale: #616161. Windows color (decimal): -6270953 or 1527968. OLE color: 1527968.

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

Color convert

RGB 160 80 23 -
CMYK 0 0.5 0.86 0.37
HSL 24.96º 0.75% 0.36% -
HSV(B) 24.96º 0.86% 0.63% -
XYZ 17.52 13.27 2.45 -
YUV 97.42 86 172.63 -
System Red Green Blue C M Y K H S L
Decimal 160 80 23 0 0.5 0.86 0.37 24.96 0.75 0.36
Hex A0 50 17 0 32 56 25 19 4B 24
Octal 240 120 27 0 62 126 45 31 113 44
Binary 10100000 1010000 10111 0 110010 1010110 100101 11001 1001011 100100

Color Harmonies of #A05017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05017

Black with #A05017

Text Example


Text Example

White with #A05017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05017; }

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

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

background-color css

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

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

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

border-color css

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

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

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