#A15428

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

Shades of Rich Gold #A15428

Tints of Rich Gold #A15428

Color information

#A15428 (or 0xA15428) is unknown color: approx Rich Gold. HEX triplet: A1, 54 and 28. RGB value is (161,84,40). Sum of RGB (Red+Green+Blue) = 161+84+40=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A15428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15428 is #5EABD7. Grayscale: #666666. Windows color (decimal): -6204376 or 2643105. OLE color: 2643105.

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

Color convert

RGB1618440-
CMYK00.480.750.37
HSL21.82º60.2%39.41%-
HSV(B)21.82º75.16%63.14%-
XYZ18.2514.073.76-
YUV102.0193.01170.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.49%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 40 (16.02% from 255) = 14.04%
R=56.49%
G=29.47%
B=14.04%

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
Decimal161844000.480.750.3721.8260.239.41
HexA154280304B25163c27
Octal2411245006011345267447
Binary1010000110101001010000110000100101110010110110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15428; }

 p { color: rgb(161,84,40); }

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

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

 a { background-color: rgb(161,84,40); }

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

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

 span { border-color: rgb(161,84,40); }

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