Html Css Color HEX #A05516 Rich Gold

📋 copy color: '#A05516'

red 160 ◦ green 85 ◦ blue 22

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

Shades of Rich Gold #A05516

Tints of Rich Gold #A05516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.24%

R = 59.93%
G = 31.84%
B = 8.24%

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

#A05516 (or 0xA05516) is known color: Rich Gold. HEX triplet: A0, 55 and 16. RGB value is (160,85,22). Sum of RGB (Red+Green+Blue) = 160+85+22=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A05516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05516 is #5FAAE9. Grayscale: #646464. Windows color (decimal): -6269674 or 1463712. OLE color: 1463712.

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

Color convert

RGB 160 85 22 -
CMYK 0 0.47 0.86 0.37
HSL 27.39º 0.76% 0.36% -
HSV(B) 27.39º 0.86% 0.63% -
XYZ 17.89 14.03 2.52 -
YUV 100.24 83.85 170.62 -
System Red Green Blue C M Y K H S L
Decimal 160 85 22 0 0.47 0.86 0.37 27.39 0.76 0.36
Hex A0 55 16 0 2F 56 25 1B 4C 24
Octal 240 125 26 0 57 126 45 33 114 44
Binary 10100000 1010101 10110 0 101111 1010110 100101 11011 1001100 100100

Color Harmonies of #A05516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05516

Black with #A05516

Text Example


Text Example

White with #A05516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05516; }

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

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

background-color css

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

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

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

border-color css

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

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

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