Html Css Color HEX #A05412 Rich Gold

📋 copy color: '#A05412'

red 160 ◦ green 84 ◦ blue 18

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

Shades of Rich Gold #A05412

Tints of Rich Gold #A05412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.06%

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

R = 61.07%
G = 32.06%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A05412 (or 0xA05412) is known color: Rich Gold. HEX triplet: A0, 54 and 12. RGB value is (160,84,18). Sum of RGB (Red+Green+Blue) = 160+84+18=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A05412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05412 is #5FABED. Grayscale: #636363. Windows color (decimal): -6269934 or 1201312. OLE color: 1201312.

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

Color convert

RGB 160 84 18 -
CMYK 0 0.48 0.89 0.37
HSL 27.89º 0.8% 0.35% -
HSV(B) 27.89º 0.89% 0.63% -
XYZ 17.78 13.86 2.31 -
YUV 99.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 160 84 18 0 0.48 0.89 0.37 27.89 0.8 0.35
Hex A0 54 12 0 30 59 25 1C 50 23
Octal 240 124 22 0 60 131 45 34 120 43
Binary 10100000 1010100 10010 0 110000 1011001 100101 11100 1010000 100011

Color Harmonies of #A05412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05412

Black with #A05412

Text Example


Text Example

White with #A05412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05412; }

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

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

background-color css

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

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

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

border-color css

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

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

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