#A05328

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

Shades of Rich Gold #A05328

Tints of Rich Gold #A05328

Color information

#A05328 (or 0xA05328) is unknown color: approx Rich Gold. HEX triplet: A0, 53 and 28. RGB value is (160,83,40). Sum of RGB (Red+Green+Blue) = 160+83+40=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A05328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05328 is #5FACD7. Grayscale: #656565. Windows color (decimal): -6270168 or 2642848. OLE color: 2642848.

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

Color convert

RGB1608340-
CMYK00.480.750.37
HSL21.5º60%39.22%-
HSV(B)21.5º75%62.75%-
XYZ17.9713.813.73-
YUV101.1293.51170-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.54%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 40 (16.02% from 255) = 14.13%
R=56.54%
G=29.33%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160834000.480.750.3721.56039.22
HexA053280304B25163c27
Octal2401235006011345267447
Binary1010000010100111010000110000100101110010110110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05328; }

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

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

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

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

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

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

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

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