Html Css Color HEX #A05517 Rich Gold

📋 copy color: '#A05517'

red 160 ◦ green 85 ◦ blue 23

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

Shades of Rich Gold #A05517

Tints of Rich Gold #A05517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.72%

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

R = 59.7%
G = 31.72%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A05517 (or 0xA05517) is known color: Rich Gold. HEX triplet: A0, 55 and 17. RGB value is (160,85,23). Sum of RGB (Red+Green+Blue) = 160+85+23=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A05517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05517 is #5FAAE8. Grayscale: #646464. Windows color (decimal): -6269673 or 1529248. OLE color: 1529248.

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

Color convert

RGB 160 85 23 -
CMYK 0 0.47 0.86 0.37
HSL 27.15º 0.75% 0.36% -
HSV(B) 27.15º 0.86% 0.63% -
XYZ 17.9 14.03 2.58 -
YUV 100.36 84.35 170.54 -
System Red Green Blue C M Y K H S L
Decimal 160 85 23 0 0.47 0.86 0.37 27.15 0.75 0.36
Hex A0 55 17 0 2F 56 25 1B 4B 24
Octal 240 125 27 0 57 126 45 33 113 44
Binary 10100000 1010101 10111 0 101111 1010110 100101 11011 1001011 100100

Color Harmonies of #A05517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05517

Black with #A05517

Text Example


Text Example

White with #A05517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05517; }

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

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

background-color css

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

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

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

border-color css

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

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

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