#A25B25

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

Shades of Rich Gold #A25B25

Tints of Rich Gold #A25B25

Color information

#A25B25 (or 0xA25B25) is unknown color: approx Rich Gold. HEX triplet: A2, 5B and 25. RGB value is (162,91,37). Sum of RGB (Red+Green+Blue) = 162+91+37=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B25 is #5DA4DA. Grayscale: #6A6A6A. Windows color (decimal): -6137051 or 2448290. OLE color: 2448290.

HSL color Cylindrical-coordinate representation of color #A25B25: hue angle of 25.92º degrees, saturation: 0.63, 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 #A25B25 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1629137-
CMYK00.440.770.36
HSL25.92º62.81%39.02%-
HSV(B)25.92º77.16%63.53%-
XYZ18.9815.33.7-
YUV106.0789.02167.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.86%
GREEN value IS 91 (35.94% from 255) = 31.38%
BLUE value IS 37 (14.84% from 255) = 12.76%
R=55.86%
G=31.38%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162913700.440.770.3625.9262.8139.02
HexA25B2502C4D241a3f27
Octal2421334505411544327747
Binary1010001010110111001010101100100110110010011010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B25; }

 p { color: rgb(162,91,37); }

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

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

 a { background-color: rgb(162,91,37); }

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

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

 span { border-color: rgb(162,91,37); }

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