#A04822

Color #A04822 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A04822

Tints of Rich Gold #A04822

Color information

#A04822 (or 0xA04822) is unknown color: approx Rich Gold. HEX triplet: A0, 48 and 22. RGB value is (160,72,34). Sum of RGB (Red+Green+Blue) = 160+72+34=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A04822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04822 is #5FB7DD. Grayscale: #5E5E5E. Windows color (decimal): -6272990 or 2246816. OLE color: 2246816.

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

Color convert

RGB1607234-
CMYK00.550.790.37
HSL18.1º64.95%38.04%-
HSV(B)18.1º78.75%62.75%-
XYZ17.112.222.97-
YUV93.9894.15175.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.15%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 34 (13.67% from 255) = 12.78%
R=60.15%
G=27.07%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160723400.550.790.3718.164.9538.04
HexA048220374F25124126
Octal24011042067117452210146
Binary10100000100100010001001101111001111100101100101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04822; }

 p { color: rgb(160,72,34); }

 H1.HeaderClassName
 {
   color: #A04822;
 }
 .AnyTagClassName
 {
   color: #A04822;
 }
</style>
background-color css

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

 a { background-color: rgb(160,72,34); }

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

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

 span { border-color: rgb(160,72,34); }

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