Html Css Color HEX #A15211 Rich Gold

📋 copy color: '#A15211'

red 161 ◦ green 82 ◦ blue 17

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

Shades of Rich Gold #A15211

Tints of Rich Gold #A15211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.54%

 BLUE value IS 17 (7.03% from 255) = 6.54%

R = 61.92%
G = 31.54%
B = 6.54%

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

#A15211 (or 0xA15211) is known color: Rich Gold. HEX triplet: A1, 52 and 11. RGB value is (161,82,17). Sum of RGB (Red+Green+Blue) = 161+82+17=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A15211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15211 is #5EADEE. Grayscale: #626262. Windows color (decimal): -6204911 or 1135265. OLE color: 1135265.

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

Color convert

RGB 161 82 17 -
CMYK 0 0.49 0.89 0.37
HSL 27.08º 0.81% 0.35% -
HSV(B) 27.08º 0.89% 0.63% -
XYZ 17.82 13.65 2.23 -
YUV 98.21 82.17 172.79 -
System Red Green Blue C M Y K H S L
Decimal 161 82 17 0 0.49 0.89 0.37 27.08 0.81 0.35
Hex A1 52 11 0 31 59 25 1B 51 23
Octal 241 122 21 0 61 131 45 33 121 43
Binary 10100001 1010010 10001 0 110001 1011001 100101 11011 1010001 100011

Color Harmonies of #A15211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15211

Black with #A15211

Text Example


Text Example

White with #A15211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15211; }

 p { color: rgb(161,82,17); }

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

background-color css

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

 a { background-color: rgb(161,82,17); }

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

border-color css

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

 span { border-color: rgb(161,82,17); }

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