Html Css Color HEX #A15515 Rich Gold

📋 copy color: '#A15515'

red 161 ◦ green 85 ◦ blue 21

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

Shades of Rich Gold #A15515

Tints of Rich Gold #A15515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 60.3%
G = 31.84%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A15515 (or 0xA15515) is known color: Rich Gold. HEX triplet: A1, 55 and 15. RGB value is (161,85,21). Sum of RGB (Red+Green+Blue) = 161+85+21=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A15515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15515 is #5EAAEA. Grayscale: #646464. Windows color (decimal): -6204139 or 1398177. OLE color: 1398177.

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

Color convert

RGB 161 85 21 -
CMYK 0 0.47 0.87 0.37
HSL 27.43º 0.77% 0.36% -
HSV(B) 27.43º 0.87% 0.63% -
XYZ 18.08 14.13 2.48 -
YUV 100.43 83.18 171.2 -
System Red Green Blue C M Y K H S L
Decimal 161 85 21 0 0.47 0.87 0.37 27.43 0.77 0.36
Hex A1 55 15 0 2F 57 25 1B 4D 24
Octal 241 125 25 0 57 127 45 33 115 44
Binary 10100001 1010101 10101 0 101111 1010111 100101 11011 1001101 100100

Color Harmonies of #A15515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15515

Black with #A15515

Text Example


Text Example

White with #A15515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15515; }

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

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

background-color css

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

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

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

border-color css

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

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

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