#A35728

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

Shades of Rich Gold #A35728

Tints of Rich Gold #A35728

Color information

#A35728 (or 0xA35728) is unknown color: approx Rich Gold. HEX triplet: A3, 57 and 28. RGB value is (163,87,40). Sum of RGB (Red+Green+Blue) = 163+87+40=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A35728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35728 is #5CA8D7. Grayscale: #686868. Windows color (decimal): -6072536 or 2643875. OLE color: 2643875.

HSL color Cylindrical-coordinate representation of color #A35728: hue angle of 22.93º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A35728 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1638740-
CMYK00.470.750.36
HSL22.93º60.59%39.8%-
HSV(B)22.93º75.46%63.92%-
XYZ18.914.763.86-
YUV104.3791.68169.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.21%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 40 (16.02% from 255) = 13.79%
R=56.21%
G=30%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163874000.470.750.3622.9360.5939.8
HexA3572802F4B24173d28
Octal2431275005711344277550
Binary1010001110101111010000101111100101110010010111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35728; }

 p { color: rgb(163,87,40); }

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

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

 a { background-color: rgb(163,87,40); }

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

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

 span { border-color: rgb(163,87,40); }

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