Html Css Color HEX #A15118 Rich Gold

📋 copy color: '#A15118'

red 161 ◦ green 81 ◦ blue 24

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

Shades of Rich Gold #A15118

Tints of Rich Gold #A15118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 60.53%
G = 30.45%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A15118 (or 0xA15118) is known color: Rich Gold. HEX triplet: A1, 51 and 18. RGB value is (161,81,24). Sum of RGB (Red+Green+Blue) = 161+81+24=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A15118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15118 is #5EAEE7. Grayscale: #626262. Windows color (decimal): -6205160 or 1593761. OLE color: 1593761.

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

Color convert

RGB 161 81 24 -
CMYK 0 0.50 0.85 0.37
HSL 24.96º 0.74% 0.36% -
HSV(B) 24.96º 0.85% 0.63% -
XYZ 17.81 13.53 2.54 -
YUV 98.42 86 172.63 -
System Red Green Blue C M Y K H S L
Decimal 161 81 24 0 0.50 0.85 0.37 24.96 0.74 0.36
Hex A1 51 18 0 32 55 25 19 4A 24
Octal 241 121 30 0 62 125 45 31 112 44
Binary 10100001 1010001 11000 0 110010 1010101 100101 11001 1001010 100100

Color Harmonies of #A15118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15118

Black with #A15118

Text Example


Text Example

White with #A15118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15118; }

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

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

background-color css

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

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

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

border-color css

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

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

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