#A35115

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

Shades of Rich Gold #A35115

Tints of Rich Gold #A35115

Color information

#A35115 (or 0xA35115) is unknown color: approx Rich Gold. HEX triplet: A3, 51 and 15. RGB value is (163,81,21). Sum of RGB (Red+Green+Blue) = 163+81+21=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A35115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35115 is #5CAEEA. Grayscale: #636363. Windows color (decimal): -6074091 or 1397155. OLE color: 1397155.

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

Color convert

RGB1638121-
CMYK00.500.870.36
HSL25.35º77.17%36.08%-
HSV(B)25.35º87.12%63.92%-
XYZ18.1813.732.4-
YUV98.6884.17173.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.51%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 21 (8.59% from 255) = 7.92%
R=61.51%
G=30.57%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163812100.500.870.3625.3577.1736.08
HexA351150325724194d24
Octal24312125062127443111544
Binary1010001110100011010101100101010111100100110011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35115; }

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

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

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

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

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

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

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

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