Html Css Color HEX #A15129 Rich Gold

📋 copy color: '#A15129'

red 161 ◦ green 81 ◦ blue 41

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

Shades of Rich Gold #A15129

Tints of Rich Gold #A15129

RGB

 RED value IS 161 (63.28% from 255) = 56.89%

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

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

R = 56.89%
G = 28.62%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A15129 (or 0xA15129) is known color: Rich Gold. HEX triplet: A1, 51 and 29. RGB value is (161,81,41). Sum of RGB (Red+Green+Blue) = 161+81+41=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A15129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15129 is #5EAED6. Grayscale: #646464. Windows color (decimal): -6205143 or 2707873. OLE color: 2707873.

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

Color convert

RGB 161 81 41 -
CMYK 0 0.50 0.75 0.37
HSL 20º 0.59% 0.4% -
HSV(B) 20º 0.75% 0.63% -
XYZ 18.04 13.62 3.78 -
YUV 100.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 161 81 41 0 0.50 0.75 0.37 20 0.59 0.4
Hex A1 51 29 0 32 4B 25 14 3B 28
Octal 241 121 51 0 62 113 45 24 73 50
Binary 10100001 1010001 101001 0 110010 1001011 100101 10100 111011 101000

Color Harmonies of #A15129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15129

Black with #A15129

Text Example


Text Example

White with #A15129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15129; }

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

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

background-color css

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

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

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

border-color css

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

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

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