Html Css Color HEX #A05118 Rich Gold

📋 copy color: '#A05118'

red 160 ◦ green 81 ◦ blue 24

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

Shades of Rich Gold #A05118

Tints of Rich Gold #A05118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.06%

R = 60.38%
G = 30.57%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A05118 (or 0xA05118) is known color: Rich Gold. HEX triplet: A0, 51 and 18. RGB value is (160,81,24). Sum of RGB (Red+Green+Blue) = 160+81+24=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A05118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05118 is #5FAEE7. Grayscale: #626262. Windows color (decimal): -6270696 or 1593760. OLE color: 1593760.

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

Color convert

RGB 160 81 24 -
CMYK 0 0.49 0.85 0.37
HSL 25.15º 0.74% 0.36% -
HSV(B) 25.15º 0.85% 0.63% -
XYZ 17.6 13.42 2.53 -
YUV 98.12 86.17 172.13 -
System Red Green Blue C M Y K H S L
Decimal 160 81 24 0 0.49 0.85 0.37 25.15 0.74 0.36
Hex A0 51 18 0 31 55 25 19 4A 24
Octal 240 121 30 0 61 125 45 31 112 44
Binary 10100000 1010001 11000 0 110001 1010101 100101 11001 1001010 100100

Color Harmonies of #A05118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05118

Black with #A05118

Text Example


Text Example

White with #A05118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05118; }

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

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

background-color css

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

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

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

border-color css

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

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

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