#A25622

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

Shades of Rich Gold #A25622

Tints of Rich Gold #A25622

Color information

#A25622 (or 0xA25622) is unknown color: approx Rich Gold. HEX triplet: A2, 56 and 22. RGB value is (162,86,34). Sum of RGB (Red+Green+Blue) = 162+86+34=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A25622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25622 is #5DA9DD. Grayscale: #676767. Windows color (decimal): -6138334 or 2250402. OLE color: 2250402.

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

Color convert

RGB1628634-
CMYK00.470.790.36
HSL24.38º65.31%38.43%-
HSV(B)24.38º79.01%63.53%-
XYZ18.5214.453.33-
YUV102.889.18170.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.45%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 34 (13.67% from 255) = 12.06%
R=57.45%
G=30.50%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162863400.470.790.3624.3865.3138.43
HexA2562202F4F24184126
Octal24212642057117443010146
Binary10100010101011010001001011111001111100100110001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25622; }

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

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

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

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

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

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

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

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