#A34C21

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

Shades of Rich Gold #A34C21

Tints of Rich Gold #A34C21

Color information

#A34C21 (or 0xA34C21) is unknown color: approx Rich Gold. HEX triplet: A3, 4C and 21. RGB value is (163,76,33). Sum of RGB (Red+Green+Blue) = 163+76+33=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C21 is #5CB3DE. Grayscale: #616161. Windows color (decimal): -6075359 or 2182307. OLE color: 2182307.

HSL color Cylindrical-coordinate representation of color #A34C21: hue angle of 19.85º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A34C21 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1637633-
CMYK00.530.800.36
HSL19.85º66.33%38.43%-
HSV(B)19.85º79.75%63.92%-
XYZ17.9613.073.01-
YUV97.1191.82175-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.93%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 33 (13.28% from 255) = 12.13%
R=59.93%
G=27.94%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163763300.530.800.3619.8566.3338.43
HexA34C210355024144226
Octal24311441065120442410246
Binary10100011100110010000101101011010000100100101001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34C21; }

 p { color: rgb(163,76,33); }

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

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

 a { background-color: rgb(163,76,33); }

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

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

 span { border-color: rgb(163,76,33); }

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