Html Css Color HEX #A15420 Rich Gold

📋 copy color: '#A15420'

red 161 ◦ green 84 ◦ blue 32

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

Shades of Rich Gold #A15420

Tints of Rich Gold #A15420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.32%

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

R = 58.12%
G = 30.32%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A15420 (or 0xA15420) is known color: Rich Gold. HEX triplet: A1, 54 and 20. RGB value is (161,84,32). Sum of RGB (Red+Green+Blue) = 161+84+32=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A15420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15420 is #5EABDF. Grayscale: #656565. Windows color (decimal): -6204384 or 2118817. OLE color: 2118817.

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

Color convert

RGB 161 84 32 -
CMYK 0 0.48 0.80 0.37
HSL 24.19º 0.67% 0.38% -
HSV(B) 24.19º 0.8% 0.63% -
XYZ 18.13 14.02 3.12 -
YUV 101.1 89.01 170.73 -
System Red Green Blue C M Y K H S L
Decimal 161 84 32 0 0.48 0.80 0.37 24.19 0.67 0.38
Hex A1 54 20 0 30 50 25 18 43 26
Octal 241 124 40 0 60 120 45 30 103 46
Binary 10100001 1010100 100000 0 110000 1010000 100101 11000 1000011 100110

Color Harmonies of #A15420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15420

Black with #A15420

Text Example


Text Example

White with #A15420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15420; }

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

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

background-color css

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

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

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

border-color css

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

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

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