#A3500E

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

Shades of Rich Gold #A3500E

Tints of Rich Gold #A3500E

Color information

#A3500E (or 0xA3500E) is unknown color: approx Rich Gold. HEX triplet: A3, 50 and 0E. RGB value is (163,80,14). Sum of RGB (Red+Green+Blue) = 163+80+14=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A3500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3500E is #5CAFF1. Grayscale: #616161. Windows color (decimal): -6074354 or 938147. OLE color: 938147.

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

Color convert

RGB1638014-
CMYK00.510.910.36
HSL26.58º84.18%34.71%-
HSV(B)26.58º91.41%63.92%-
XYZ18.0513.562.08-
YUV97.2981174.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.42%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 14 (5.86% from 255) = 5.45%
R=63.42%
G=31.13%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163801400.510.910.3626.5884.1834.71
HexA350E0335B241b5423
Octal24312016063133443312443
Binary101000111010000111001100111011011100100110111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3500E; }

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

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

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

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

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

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

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

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