Html Css Color HEX #A15020 Rich Gold

📋 copy color: '#A15020'

red 161 ◦ green 80 ◦ blue 32

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

Shades of Rich Gold #A15020

Tints of Rich Gold #A15020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 32 (12.89% from 255) = 11.72%

R = 58.97%
G = 29.3%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A15020 (or 0xA15020) is known color: Rich Gold. HEX triplet: A1, 50 and 20. RGB value is (161,80,32). Sum of RGB (Red+Green+Blue) = 161+80+32=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A15020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15020 is #5EAFDF. Grayscale: #636363. Windows color (decimal): -6205408 or 2117793. OLE color: 2117793.

HSL color Cylindrical-coordinate representation of color #A15020: hue angle of 22.33º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A15020 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 80 32 -
CMYK 0 0.50 0.80 0.37
HSL 22.33º 0.67% 0.38% -
HSV(B) 22.33º 0.8% 0.63% -
XYZ 17.83 13.42 3.02 -
YUV 98.75 90.34 172.4 -
System Red Green Blue C M Y K H S L
Decimal 161 80 32 0 0.50 0.80 0.37 22.33 0.67 0.38
Hex A1 50 20 0 32 50 25 16 43 26
Octal 241 120 40 0 62 120 45 26 103 46
Binary 10100001 1010000 100000 0 110010 1010000 100101 10110 1000011 100110

Color Harmonies of #A15020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15020

Black with #A15020

Text Example


Text Example

White with #A15020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15020; }

 p { color: rgb(161,80,32); }

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

background-color css

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

 a { background-color: rgb(161,80,32); }

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

border-color css

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

 span { border-color: rgb(161,80,32); }

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