Html Css Color HEX #A05110 Rich Gold

📋 copy color: '#A05110'

red 160 ◦ green 81 ◦ blue 16

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

Shades of Rich Gold #A05110

Tints of Rich Gold #A05110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.23%

R = 62.26%
G = 31.52%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A05110 (or 0xA05110) is known color: Rich Gold. HEX triplet: A0, 51 and 10. RGB value is (160,81,16). Sum of RGB (Red+Green+Blue) = 160+81+16=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A05110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05110 is #5FAEEF. Grayscale: #616161. Windows color (decimal): -6270704 or 1069472. OLE color: 1069472.

HSL color Cylindrical-coordinate representation of color #A05110: hue angle of 27.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A05110 is Cyan = 0, Magento = 0.49, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 81 16 -
CMYK 0 0.49 0.9 0.37
HSL 27.08º 0.82% 0.35% -
HSV(B) 27.08º 0.9% 0.63% -
XYZ 17.53 13.4 2.15 -
YUV 97.21 82.17 172.79 -
System Red Green Blue C M Y K H S L
Decimal 160 81 16 0 0.49 0.9 0.37 27.08 0.82 0.35
Hex A0 51 10 0 31 5A 25 1B 52 23
Octal 240 121 20 0 61 132 45 33 122 43
Binary 10100000 1010001 10000 0 110001 1011010 100101 11011 1010010 100011

Color Harmonies of #A05110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05110

Black with #A05110

Text Example


Text Example

White with #A05110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05110; }

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

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

background-color css

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

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

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

border-color css

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

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

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