#A3501F

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

Shades of Rich Gold #A3501F

Tints of Rich Gold #A3501F

Color information

#A3501F (or 0xA3501F) is unknown color: approx Rich Gold. HEX triplet: A3, 50 and 1F. RGB value is (163,80,31). Sum of RGB (Red+Green+Blue) = 163+80+31=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A3501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3501F is #5CAFE0. Grayscale: #636363. Windows color (decimal): -6074337 or 2052259. OLE color: 2052259.

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

Color convert

RGB1638031-
CMYK00.510.810.36
HSL22.27º68.04%38.04%-
HSV(B)22.27º80.98%63.92%-
XYZ18.2213.622.97-
YUV99.2389.5173.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.49%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 31 (12.5% from 255) = 11.31%
R=59.49%
G=29.20%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163803100.510.810.3622.2768.0438.04
HexA3501F0335124164426
Octal24312037063121442610446
Binary1010001110100001111101100111010001100100101101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3501F; }

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

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

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

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

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

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

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

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