#A34615

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

Shades of Rich Gold #A34615

Tints of Rich Gold #A34615

Color information

#A34615 (or 0xA34615) is unknown color: approx Rich Gold. HEX triplet: A3, 46 and 15. RGB value is (163,70,21). Sum of RGB (Red+Green+Blue) = 163+70+21=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A34615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34615 is #5CB9EA. Grayscale: #5C5C5C. Windows color (decimal): -6076907 or 1394339. OLE color: 1394339.

HSL color Cylindrical-coordinate representation of color #A34615: hue angle of 20.7º degrees, saturation: 0.77, 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 #A34615 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1637021-
CMYK00.570.870.36
HSL20.7º77.17%36.08%-
HSV(B)20.7º87.12%63.92%-
XYZ17.4312.222.15-
YUV92.2287.81178.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.17%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 21 (8.59% from 255) = 8.27%
R=64.17%
G=27.56%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163702100.570.870.3620.777.1736.08
HexA346150395724154d24
Octal24310625071127442511544
Binary1010001110001101010101110011010111100100101011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34615; }

 p { color: rgb(163,70,21); }

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

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

 a { background-color: rgb(163,70,21); }

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

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

 span { border-color: rgb(163,70,21); }

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