Html Css Color HEX #A15212 Rich Gold

📋 copy color: '#A15212'

red 161 ◦ green 82 ◦ blue 18

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

Shades of Rich Gold #A15212

Tints of Rich Gold #A15212

RGB

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

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

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

R = 61.69%
G = 31.42%
B = 6.9%

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

#A15212 (or 0xA15212) is known color: Rich Gold. HEX triplet: A1, 52 and 12. RGB value is (161,82,18). Sum of RGB (Red+Green+Blue) = 161+82+18=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A15212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15212 is #5EADED. Grayscale: #626262. Windows color (decimal): -6204910 or 1200801. OLE color: 1200801.

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

Color convert

RGB 161 82 18 -
CMYK 0 0.49 0.89 0.37
HSL 26.85º 0.8% 0.35% -
HSV(B) 26.85º 0.89% 0.63% -
XYZ 17.82 13.66 2.27 -
YUV 98.33 82.67 172.7 -
System Red Green Blue C M Y K H S L
Decimal 161 82 18 0 0.49 0.89 0.37 26.85 0.8 0.35
Hex A1 52 12 0 31 59 25 1B 50 23
Octal 241 122 22 0 61 131 45 33 120 43
Binary 10100001 1010010 10010 0 110001 1011001 100101 11011 1010000 100011

Color Harmonies of #A15212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15212

Black with #A15212

Text Example


Text Example

White with #A15212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15212; }

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

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

background-color css

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

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

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

border-color css

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

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

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