Html Css Color HEX #A15513 Rich Gold

📋 copy color: '#A15513'

red 161 ◦ green 85 ◦ blue 19

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

Shades of Rich Gold #A15513

Tints of Rich Gold #A15513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.17%

R = 60.75%
G = 32.08%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A15513 (or 0xA15513) is known color: Rich Gold. HEX triplet: A1, 55 and 13. RGB value is (161,85,19). Sum of RGB (Red+Green+Blue) = 161+85+19=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A15513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15513 is #5EAAEC. Grayscale: #646464. Windows color (decimal): -6204141 or 1267105. OLE color: 1267105.

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

Color convert

RGB 161 85 19 -
CMYK 0 0.47 0.88 0.37
HSL 27.89º 0.79% 0.35% -
HSV(B) 27.89º 0.88% 0.63% -
XYZ 18.06 14.12 2.39 -
YUV 100.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 161 85 19 0 0.47 0.88 0.37 27.89 0.79 0.35
Hex A1 55 13 0 2F 58 25 1C 4F 23
Octal 241 125 23 0 57 130 45 34 117 43
Binary 10100001 1010101 10011 0 101111 1011000 100101 11100 1001111 100011

Color Harmonies of #A15513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15513

Black with #A15513

Text Example


Text Example

White with #A15513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15513; }

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

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

background-color css

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

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

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

border-color css

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

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

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