Html Css Color HEX #A15322 Rich Gold

📋 copy color: '#A15322'

red 161 ◦ green 83 ◦ blue 34

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

Shades of Rich Gold #A15322

Tints of Rich Gold #A15322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.23%

R = 57.91%
G = 29.86%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A15322 (or 0xA15322) is known color: Rich Gold. HEX triplet: A1, 53 and 22. RGB value is (161,83,34). Sum of RGB (Red+Green+Blue) = 161+83+34=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A15322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15322 is #5EACDD. Grayscale: #656565. Windows color (decimal): -6204638 or 2249633. OLE color: 2249633.

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

Color convert

RGB 161 83 34 -
CMYK 0 0.48 0.79 0.37
HSL 23.15º 0.65% 0.38% -
HSV(B) 23.15º 0.79% 0.63% -
XYZ 18.08 13.88 3.24 -
YUV 100.74 90.34 170.98 -
System Red Green Blue C M Y K H S L
Decimal 161 83 34 0 0.48 0.79 0.37 23.15 0.65 0.38
Hex A1 53 22 0 30 4F 25 17 41 26
Octal 241 123 42 0 60 117 45 27 101 46
Binary 10100001 1010011 100010 0 110000 1001111 100101 10111 1000001 100110

Color Harmonies of #A15322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15322

Black with #A15322

Text Example


Text Example

White with #A15322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15322; }

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

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

background-color css

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

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

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

border-color css

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

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

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