#A05828

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

Shades of Rich Gold #A05828

Tints of Rich Gold #A05828

Color information

#A05828 (or 0xA05828) is unknown color: approx Rich Gold. HEX triplet: A0, 58 and 28. RGB value is (160,88,40). Sum of RGB (Red+Green+Blue) = 160+88+40=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A05828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05828 is #5FA7D7. Grayscale: #686868. Windows color (decimal): -6268888 or 2644128. OLE color: 2644128.

HSL color Cylindrical-coordinate representation of color #A05828: hue angle of 24º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A05828 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB1608840-
CMYK00.450.750.37
HSL24º60%39.22%-
HSV(B)24º75%62.75%-
XYZ18.3714.613.86-
YUV104.0691.85167.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.56%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 40 (16.02% from 255) = 13.89%
R=55.56%
G=30.56%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160884000.450.750.37246039.22
HexA0582802D4B25183c27
Octal2401305005511345307447
Binary1010000010110001010000101101100101110010111000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05828; }

 p { color: rgb(160,88,40); }

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

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

 a { background-color: rgb(160,88,40); }

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

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

 span { border-color: rgb(160,88,40); }

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