#A25418

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

Shades of Rich Gold #A25418

Tints of Rich Gold #A25418

Color information

#A25418 (or 0xA25418) is unknown color: approx Rich Gold. HEX triplet: A2, 54 and 18. RGB value is (162,84,24). Sum of RGB (Red+Green+Blue) = 162+84+24=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A25418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25418 is #5DABE7. Grayscale: #646464. Windows color (decimal): -6138856 or 1594530. OLE color: 1594530.

HSL color Cylindrical-coordinate representation of color #A25418: hue angle of 26.09º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A25418 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1628424-
CMYK00.480.850.36
HSL26.09º74.19%36.47%-
HSV(B)26.09º85.19%63.53%-
XYZ18.2414.092.62-
YUV100.4884.84171.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 24 (9.77% from 255) = 8.89%
R=60%
G=31.11%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162842400.480.850.3626.0974.1936.47
HexA2541803055241a4a24
Octal24212430060125443211244
Binary1010001010101001100001100001010101100100110101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25418; }

 p { color: rgb(162,84,24); }

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

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

 a { background-color: rgb(162,84,24); }

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

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

 span { border-color: rgb(162,84,24); }

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