#A25722

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

Shades of Rich Gold #A25722

Tints of Rich Gold #A25722

Color information

#A25722 (or 0xA25722) is unknown color: approx Rich Gold. HEX triplet: A2, 57 and 22. RGB value is (162,87,34). Sum of RGB (Red+Green+Blue) = 162+87+34=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A25722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25722 is #5DA8DD. Grayscale: #676767. Windows color (decimal): -6138078 or 2250658. OLE color: 2250658.

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

Color convert

RGB1628734-
CMYK00.460.790.36
HSL24.84º65.31%38.43%-
HSV(B)24.84º79.01%63.53%-
XYZ18.614.613.35-
YUV103.3888.85169.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 34 (13.67% from 255) = 12.01%
R=57.24%
G=30.74%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162873400.460.790.3624.8465.3138.43
HexA2572202E4F24194126
Octal24212742056117443110146
Binary10100010101011110001001011101001111100100110011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25722; }

 p { color: rgb(162,87,34); }

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

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

 a { background-color: rgb(162,87,34); }

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

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

 span { border-color: rgb(162,87,34); }

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