Html Css Color HEX #A15320 Rich Gold

📋 copy color: '#A15320'

red 161 ◦ green 83 ◦ blue 32

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

Shades of Rich Gold #A15320

Tints of Rich Gold #A15320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

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

R = 58.33%
G = 30.07%
B = 11.59%

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

#A15320 (or 0xA15320) is known color: Rich Gold. HEX triplet: A1, 53 and 20. RGB value is (161,83,32). Sum of RGB (Red+Green+Blue) = 161+83+32=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A15320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15320 is #5EACDF. Grayscale: #646464. Windows color (decimal): -6204640 or 2118561. OLE color: 2118561.

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

Color convert

RGB 161 83 32 -
CMYK 0 0.48 0.80 0.37
HSL 23.72º 0.67% 0.38% -
HSV(B) 23.72º 0.8% 0.63% -
XYZ 18.05 13.87 3.09 -
YUV 100.51 89.34 171.15 -
System Red Green Blue C M Y K H S L
Decimal 161 83 32 0 0.48 0.80 0.37 23.72 0.67 0.38
Hex A1 53 20 0 30 50 25 18 43 26
Octal 241 123 40 0 60 120 45 30 103 46
Binary 10100001 1010011 100000 0 110000 1010000 100101 11000 1000011 100110

Color Harmonies of #A15320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15320

Black with #A15320

Text Example


Text Example

White with #A15320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15320; }

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

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

background-color css

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

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

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

border-color css

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

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

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