#A35628

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

Shades of Rich Gold #A35628

Tints of Rich Gold #A35628

Color information

#A35628 (or 0xA35628) is unknown color: approx Rich Gold. HEX triplet: A3, 56 and 28. RGB value is (163,86,40). Sum of RGB (Red+Green+Blue) = 163+86+40=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A35628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35628 is #5CA9D7. Grayscale: #686868. Windows color (decimal): -6072792 or 2643619. OLE color: 2643619.

HSL color Cylindrical-coordinate representation of color #A35628: hue angle of 22.44º 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 #A35628 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1638640-
CMYK00.470.750.36
HSL22.44º60.59%39.8%-
HSV(B)22.44º75.46%63.92%-
XYZ18.8214.63.83-
YUV103.7892.01170.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=56.40%
G=29.76%
B=13.84%

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
Decimal163864000.470.750.3622.4460.5939.8
HexA3562802F4B24163d28
Octal2431265005711344267550
Binary1010001110101101010000101111100101110010010110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35628; }

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

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

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

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

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

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

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

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