Html Css Color HEX #A15112 Rich Gold

📋 copy color: '#A15112'

red 161 ◦ green 81 ◦ blue 18

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

Shades of Rich Gold #A15112

Tints of Rich Gold #A15112

RGB

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

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

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

R = 61.92%
G = 31.15%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A15112 (or 0xA15112) is known color: Rich Gold. HEX triplet: A1, 51 and 12. RGB value is (161,81,18). Sum of RGB (Red+Green+Blue) = 161+81+18=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A15112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15112 is #5EAEED. Grayscale: #626262. Windows color (decimal): -6205166 or 1200545. OLE color: 1200545.

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

Color convert

RGB 161 81 18 -
CMYK 0 0.50 0.89 0.37
HSL 26.43º 0.8% 0.35% -
HSV(B) 26.43º 0.89% 0.63% -
XYZ 17.75 13.51 2.24 -
YUV 97.74 83 173.12 -
System Red Green Blue C M Y K H S L
Decimal 161 81 18 0 0.50 0.89 0.37 26.43 0.8 0.35
Hex A1 51 12 0 32 59 25 1A 50 23
Octal 241 121 22 0 62 131 45 32 120 43
Binary 10100001 1010001 10010 0 110010 1011001 100101 11010 1010000 100011

Color Harmonies of #A15112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15112

Black with #A15112

Text Example


Text Example

White with #A15112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15112; }

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

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

background-color css

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

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

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

border-color css

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

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

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