#A35820

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

Shades of Rich Gold #A35820

Tints of Rich Gold #A35820

Color information

#A35820 (or 0xA35820) is unknown color: approx Rich Gold. HEX triplet: A3, 58 and 20. RGB value is (163,88,32). Sum of RGB (Red+Green+Blue) = 163+88+32=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A35820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35820 is #5CA7DF. Grayscale: #686868. Windows color (decimal): -6072288 or 2119843. OLE color: 2119843.

HSL color Cylindrical-coordinate representation of color #A35820: hue angle of 25.65º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A35820 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1638832-
CMYK00.460.800.36
HSL25.65º67.18%38.24%-
HSV(B)25.65º80.37%63.92%-
XYZ18.8514.873.24-
YUV104.0487.35170.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.60%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 32 (12.89% from 255) = 11.31%
R=57.60%
G=31.10%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163883200.460.800.3625.6567.1838.24
HexA3582002E50241a4326
Octal24313040056120443210346
Binary10100011101100010000001011101010000100100110101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35820; }

 p { color: rgb(163,88,32); }

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

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

 a { background-color: rgb(163,88,32); }

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

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

 span { border-color: rgb(163,88,32); }

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