#A35015

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

Shades of Rich Gold #A35015

Tints of Rich Gold #A35015

Color information

#A35015 (or 0xA35015) is unknown color: approx Rich Gold. HEX triplet: A3, 50 and 15. RGB value is (163,80,21). Sum of RGB (Red+Green+Blue) = 163+80+21=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A35015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35015 is #5CAFEA. Grayscale: #626262. Windows color (decimal): -6074347 or 1396899. OLE color: 1396899.

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

Color convert

RGB1638021-
CMYK00.510.870.36
HSL24.93º77.17%36.08%-
HSV(B)24.93º87.12%63.92%-
XYZ18.1113.582.38-
YUV98.0984.5174.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.74%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 21 (8.59% from 255) = 7.95%
R=61.74%
G=30.30%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163802100.510.870.3624.9377.1736.08
HexA350150335724194d24
Octal24312025063127443111544
Binary1010001110100001010101100111010111100100110011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35015; }

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

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

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

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

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

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

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

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