#A34C23

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

Shades of Rich Gold #A34C23

Tints of Rich Gold #A34C23

Color information

#A34C23 (or 0xA34C23) is unknown color: approx Rich Gold. HEX triplet: A3, 4C and 23. RGB value is (163,76,35). Sum of RGB (Red+Green+Blue) = 163+76+35=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C23 is #5CB3DC. Grayscale: #616161. Windows color (decimal): -6075357 or 2313379. OLE color: 2313379.

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

Color convert

RGB1637635-
CMYK00.530.790.36
HSL19.22º64.65%38.82%-
HSV(B)19.22º78.53%63.92%-
XYZ17.9913.083.17-
YUV97.3492.82174.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.49%
GREEN value IS 76 (30.08% from 255) = 27.74%
BLUE value IS 35 (14.06% from 255) = 12.77%
R=59.49%
G=27.74%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163763500.530.790.3619.2264.6538.82
HexA34C230354F24134127
Octal24311443065117442310147
Binary10100011100110010001101101011001111100100100111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34C23; }

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

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

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

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

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

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

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

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