Html Css Color HEX #A15919 Rich Gold

📋 copy color: '#A15919'

red 161 ◦ green 89 ◦ blue 25

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

Shades of Rich Gold #A15919

Tints of Rich Gold #A15919

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.36%

 BLUE value IS 25 (10.16% from 255) = 9.09%

R = 58.55%
G = 32.36%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A15919 (or 0xA15919) is known color: Rich Gold. HEX triplet: A1, 59 and 19. RGB value is (161,89,25). Sum of RGB (Red+Green+Blue) = 161+89+25=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A15919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15919 is #5EA6E6. Grayscale: #676767. Windows color (decimal): -6203111 or 1661345. OLE color: 1661345.

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

Color convert

RGB 161 89 25 -
CMYK 0 0.45 0.84 0.37
HSL 28.24º 0.73% 0.36% -
HSV(B) 28.24º 0.84% 0.63% -
XYZ 18.45 14.79 2.8 -
YUV 103.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 161 89 25 0 0.45 0.84 0.37 28.24 0.73 0.36
Hex A1 59 19 0 2D 54 25 1C 49 24
Octal 241 131 31 0 55 124 45 34 111 44
Binary 10100001 1011001 11001 0 101101 1010100 100101 11100 1001001 100100

Color Harmonies of #A15919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15919

Black with #A15919

Text Example


Text Example

White with #A15919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15919; }

 p { color: rgb(161,89,25); }

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

background-color css

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

 a { background-color: rgb(161,89,25); }

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

border-color css

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

 span { border-color: rgb(161,89,25); }

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