Html Css Color HEX #A05129 Rich Gold

📋 copy color: '#A05129'

red 160 ◦ green 81 ◦ blue 41

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

Shades of Rich Gold #A05129

Tints of Rich Gold #A05129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.54%

R = 56.74%
G = 28.72%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A05129 (or 0xA05129) is known color: Rich Gold. HEX triplet: A0, 51 and 29. RGB value is (160,81,41). Sum of RGB (Red+Green+Blue) = 160+81+41=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A05129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05129 is #5FAED6. Grayscale: #646464. Windows color (decimal): -6270679 or 2707872. OLE color: 2707872.

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

Color convert

RGB 160 81 41 -
CMYK 0 0.49 0.74 0.37
HSL 20.17º 0.59% 0.39% -
HSV(B) 20.17º 0.74% 0.63% -
XYZ 17.84 13.52 3.77 -
YUV 100.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 160 81 41 0 0.49 0.74 0.37 20.17 0.59 0.39
Hex A0 51 29 0 31 4A 25 14 3B 27
Octal 240 121 51 0 61 112 45 24 73 47
Binary 10100000 1010001 101001 0 110001 1001010 100101 10100 111011 100111

Color Harmonies of #A05129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05129

Black with #A05129

Text Example


Text Example

White with #A05129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05129; }

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

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

background-color css

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

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

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

border-color css

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

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

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