Html Css Color HEX #A15316 Rich Gold

📋 copy color: '#A15316'

red 161 ◦ green 83 ◦ blue 22

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

Shades of Rich Gold #A15316

Tints of Rich Gold #A15316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.2%

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

R = 60.53%
G = 31.2%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A15316 (or 0xA15316) is known color: Rich Gold. HEX triplet: A1, 53 and 16. RGB value is (161,83,22). Sum of RGB (Red+Green+Blue) = 161+83+22=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A15316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15316 is #5EACE9. Grayscale: #636363. Windows color (decimal): -6204650 or 1463201. OLE color: 1463201.

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

Color convert

RGB 161 83 22 -
CMYK 0 0.48 0.86 0.37
HSL 26.33º 0.76% 0.36% -
HSV(B) 26.33º 0.86% 0.63% -
XYZ 17.94 13.82 2.48 -
YUV 99.37 84.34 171.96 -
System Red Green Blue C M Y K H S L
Decimal 161 83 22 0 0.48 0.86 0.37 26.33 0.76 0.36
Hex A1 53 16 0 30 56 25 1A 4C 24
Octal 241 123 26 0 60 126 45 32 114 44
Binary 10100001 1010011 10110 0 110000 1010110 100101 11010 1001100 100100

Color Harmonies of #A15316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15316

Black with #A15316

Text Example


Text Example

White with #A15316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15316; }

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

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

background-color css

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

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

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

border-color css

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

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

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