#A34416

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

Shades of Rich Gold #A34416

Tints of Rich Gold #A34416

Color information

#A34416 (or 0xA34416) is unknown color: approx Rich Gold. HEX triplet: A3, 44 and 16. RGB value is (163,68,22). Sum of RGB (Red+Green+Blue) = 163+68+22=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A34416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34416 is #5CBBE9. Grayscale: #5B5B5B. Windows color (decimal): -6077418 or 1459363. OLE color: 1459363.

HSL color Cylindrical-coordinate representation of color #A34416: hue angle of 19.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A34416 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1636822-
CMYK00.580.870.36
HSL19.57º76.22%36.27%-
HSV(B)19.57º86.5%63.92%-
XYZ17.3211.982.16-
YUV91.1688.97179.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.43%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 22 (8.98% from 255) = 8.70%
R=64.43%
G=26.88%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163682200.580.870.3619.5776.2236.27
HexA3441603A5724144c24
Octal24310426072127442411444
Binary1010001110001001011001110101010111100100101001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34416; }

 p { color: rgb(163,68,22); }

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

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

 a { background-color: rgb(163,68,22); }

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

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

 span { border-color: rgb(163,68,22); }

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