Html Css Color HEX #A05112 Rich Gold

📋 copy color: '#A05112'

red 160 ◦ green 81 ◦ blue 18

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

Shades of Rich Gold #A05112

Tints of Rich Gold #A05112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 61.78%
G = 31.27%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A05112 (or 0xA05112) is known color: Rich Gold. HEX triplet: A0, 51 and 12. RGB value is (160,81,18). Sum of RGB (Red+Green+Blue) = 160+81+18=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A05112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05112 is #5FAEED. Grayscale: #616161. Windows color (decimal): -6270702 or 1200544. OLE color: 1200544.

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

Color convert

RGB 160 81 18 -
CMYK 0 0.49 0.89 0.37
HSL 26.62º 0.8% 0.35% -
HSV(B) 26.62º 0.89% 0.63% -
XYZ 17.55 13.4 2.23 -
YUV 97.44 83.17 172.62 -
System Red Green Blue C M Y K H S L
Decimal 160 81 18 0 0.49 0.89 0.37 26.62 0.8 0.35
Hex A0 51 12 0 31 59 25 1B 50 23
Octal 240 121 22 0 61 131 45 33 120 43
Binary 10100000 1010001 10010 0 110001 1011001 100101 11011 1010000 100011

Color Harmonies of #A05112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05112

Black with #A05112

Text Example


Text Example

White with #A05112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05112; }

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

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

background-color css

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

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

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

border-color css

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

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

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