#A25423

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

Shades of Rich Gold #A25423

Tints of Rich Gold #A25423

Color information

#A25423 (or 0xA25423) is unknown color: approx Rich Gold. HEX triplet: A2, 54 and 23. RGB value is (162,84,35). Sum of RGB (Red+Green+Blue) = 162+84+35=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A25423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25423 is #5DABDC. Grayscale: #666666. Windows color (decimal): -6138845 or 2315426. OLE color: 2315426.

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

Color convert

RGB1628435-
CMYK00.480.780.36
HSL23.15º64.47%38.63%-
HSV(B)23.15º78.4%63.53%-
XYZ18.3714.143.35-
YUV101.7490.34170.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.65%
GREEN value IS 84 (33.20% from 255) = 29.89%
BLUE value IS 35 (14.06% from 255) = 12.46%
R=57.65%
G=29.89%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162843500.480.780.3623.1564.4738.63
HexA254230304E24174027
Octal24212443060116442710047
Binary10100010101010010001101100001001110100100101111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25423; }

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

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

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

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

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

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

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

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