#A25823

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

Shades of Rich Gold #A25823

Tints of Rich Gold #A25823

Color information

#A25823 (or 0xA25823) is unknown color: approx Rich Gold. HEX triplet: A2, 58 and 23. RGB value is (162,88,35). Sum of RGB (Red+Green+Blue) = 162+88+35=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A25823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25823 is #5DA7DC. Grayscale: #686868. Windows color (decimal): -6137821 or 2316450. OLE color: 2316450.

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

Color convert

RGB1628835-
CMYK00.460.780.36
HSL25.04º64.47%38.63%-
HSV(B)25.04º78.4%63.53%-
XYZ18.6914.783.46-
YUV104.0889.02169.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 35 (14.06% from 255) = 12.28%
R=56.84%
G=30.88%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162883500.460.780.3625.0464.4738.63
HexA2582302E4E24194027
Octal24213043056116443110047
Binary10100010101100010001101011101001110100100110011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25823; }

 p { color: rgb(162,88,35); }

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

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

 a { background-color: rgb(162,88,35); }

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

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

 span { border-color: rgb(162,88,35); }

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