Html Css Color HEX #A15516 Rich Gold

📋 copy color: '#A15516'

red 161 ◦ green 85 ◦ blue 22

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

Shades of Rich Gold #A15516

Tints of Rich Gold #A15516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.72%

 BLUE value IS 22 (8.98% from 255) = 8.21%

R = 60.07%
G = 31.72%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A15516 (or 0xA15516) is known color: Rich Gold. HEX triplet: A1, 55 and 16. RGB value is (161,85,22). Sum of RGB (Red+Green+Blue) = 161+85+22=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A15516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15516 is #5EAAE9. Grayscale: #646464. Windows color (decimal): -6204138 or 1463713. OLE color: 1463713.

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

Color convert

RGB 161 85 22 -
CMYK 0 0.47 0.86 0.37
HSL 27.19º 0.76% 0.36% -
HSV(B) 27.19º 0.86% 0.63% -
XYZ 18.09 14.13 2.53 -
YUV 100.54 83.68 171.12 -
System Red Green Blue C M Y K H S L
Decimal 161 85 22 0 0.47 0.86 0.37 27.19 0.76 0.36
Hex A1 55 16 0 2F 56 25 1B 4C 24
Octal 241 125 26 0 57 126 45 33 114 44
Binary 10100001 1010101 10110 0 101111 1010110 100101 11011 1001100 100100

Color Harmonies of #A15516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15516

Black with #A15516

Text Example


Text Example

White with #A15516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15516; }

 p { color: rgb(161,85,22); }

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

background-color css

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

 a { background-color: rgb(161,85,22); }

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

border-color css

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

 span { border-color: rgb(161,85,22); }

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