#A25626

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

Shades of Rich Gold #A25626

Tints of Rich Gold #A25626

Color information

#A25626 (or 0xA25626) is unknown color: approx Rich Gold. HEX triplet: A2, 56 and 26. RGB value is (162,86,38). Sum of RGB (Red+Green+Blue) = 162+86+38=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A25626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25626 is #5DA9D9. Grayscale: #676767. Windows color (decimal): -6138330 or 2512546. OLE color: 2512546.

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

Color convert

RGB1628638-
CMYK00.470.770.36
HSL23.23º62%39.22%-
HSV(B)23.23º76.54%63.53%-
XYZ18.5814.483.65-
YUV103.2591.18169.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.64%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 38 (15.23% from 255) = 13.29%
R=56.64%
G=30.07%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162863800.470.770.3623.236239.22
HexA2562602F4D24173e27
Octal2421264605711544277647
Binary1010001010101101001100101111100110110010010111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25626; }

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

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

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

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

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

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

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

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