#A3511A

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

Shades of Rich Gold #A3511A

Tints of Rich Gold #A3511A

Color information

#A3511A (or 0xA3511A) is unknown color: approx Rich Gold. HEX triplet: A3, 51 and 1A. RGB value is (163,81,26). Sum of RGB (Red+Green+Blue) = 163+81+26=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A3511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3511A is #5CAEE5. Grayscale: #636363. Windows color (decimal): -6074086 or 1724835. OLE color: 1724835.

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

Color convert

RGB1638126-
CMYK00.500.840.36
HSL24.09º72.49%37.06%-
HSV(B)24.09º84.05%63.92%-
XYZ18.2313.752.67-
YUV99.2586.67173.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.37%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 26 (10.55% from 255) = 9.63%
R=60.37%
G=30%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163812600.500.840.3624.0972.4937.06
HexA3511A0325424184825
Octal24312132062124443011045
Binary1010001110100011101001100101010100100100110001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3511A; }

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

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

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

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

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

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

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

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