#A3510D

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

Shades of Rich Gold #A3510D

Tints of Rich Gold #A3510D

Color information

#A3510D (or 0xA3510D) is unknown color: approx Rich Gold. HEX triplet: A3, 51 and 0D. RGB value is (163,81,13). Sum of RGB (Red+Green+Blue) = 163+81+13=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A3510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3510D is #5CAEF2. Grayscale: #626262. Windows color (decimal): -6074099 or 872867. OLE color: 872867.

HSL color Cylindrical-coordinate representation of color #A3510D: hue angle of 27.2º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3510D is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB1638113-
CMYK00.500.920.36
HSL27.2º85.23%34.51%-
HSV(B)27.2º92.02%63.92%-
XYZ18.1213.72.07-
YUV97.7780.17174.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.42%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 13 (5.47% from 255) = 5.06%
R=63.42%
G=31.52%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163811300.500.920.3627.285.2334.51
HexA351D0325C241b5523
Octal24312115062134443312543
Binary101000111010001110101100101011100100100110111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3510D; }

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

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

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

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

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

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

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

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