Html Css Color HEX #A05116 Rich Gold

📋 copy color: '#A05116'

red 160 ◦ green 81 ◦ blue 22

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

Shades of Rich Gold #A05116

Tints of Rich Gold #A05116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.8%

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

R = 60.84%
G = 30.8%
B = 8.37%

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

#A05116 (or 0xA05116) is known color: Rich Gold. HEX triplet: A0, 51 and 16. RGB value is (160,81,22). Sum of RGB (Red+Green+Blue) = 160+81+22=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A05116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05116 is #5FAEE9. Grayscale: #626262. Windows color (decimal): -6270698 or 1462688. OLE color: 1462688.

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

Color convert

RGB 160 81 22 -
CMYK 0 0.49 0.86 0.37
HSL 25.65º 0.76% 0.36% -
HSV(B) 25.65º 0.86% 0.63% -
XYZ 17.58 13.42 2.42 -
YUV 97.9 85.17 172.3 -
System Red Green Blue C M Y K H S L
Decimal 160 81 22 0 0.49 0.86 0.37 25.65 0.76 0.36
Hex A0 51 16 0 31 56 25 1A 4C 24
Octal 240 121 26 0 61 126 45 32 114 44
Binary 10100000 1010001 10110 0 110001 1010110 100101 11010 1001100 100100

Color Harmonies of #A05116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05116

Black with #A05116

Text Example


Text Example

White with #A05116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05116; }

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

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

background-color css

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

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

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

border-color css

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

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

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