#A34822

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

Shades of Rich Gold #A34822

Tints of Rich Gold #A34822

Color information

#A34822 (or 0xA34822) is unknown color: approx Rich Gold. HEX triplet: A3, 48 and 22. RGB value is (163,72,34). Sum of RGB (Red+Green+Blue) = 163+72+34=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A34822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34822 is #5CB7DD. Grayscale: #5F5F5F. Windows color (decimal): -6076382 or 2246819. OLE color: 2246819.

HSL color Cylindrical-coordinate representation of color #A34822: hue angle of 17.67º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A34822 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1637234-
CMYK00.560.790.36
HSL17.67º65.48%38.63%-
HSV(B)17.67º79.14%63.92%-
XYZ17.7112.543-
YUV94.8893.65176.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.59%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 34 (13.67% from 255) = 12.64%
R=60.59%
G=26.77%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163723400.560.790.3617.6765.4838.63
HexA348220384F24124127
Octal24311042070117442210147
Binary10100011100100010001001110001001111100100100101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34822; }

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

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

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

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

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

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

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

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