#A25F5E

Color #A25F5E Copper Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rose #A25F5E

Tints of Copper Rose #A25F5E

Color information

#A25F5E (or 0xA25F5E) is unknown color: approx Copper Rose. HEX triplet: A2, 5F and 5E. RGB value is (162,95,94). Sum of RGB (Red+Green+Blue) = 162+95+94=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F5E is #5DA0A1. Grayscale: #727272. Windows color (decimal): -6135970 or 6184866. OLE color: 6184866.

HSL color Cylindrical-coordinate representation of color #A25F5E: hue angle of 0.88º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A25F5E is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1629594-
CMYK00.410.420.36
HSL0.88º26.77%50.2%-
HSV(B)0.88º41.98%63.53%-
XYZ21.0116.6712.7-
YUV114.92116.2161.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.15%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 94 (37.11% from 255) = 26.78%
R=46.15%
G=27.07%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162959400.410.420.360.8826.7750.2
HexA25F5E0292A2411b32
Octal242137136051524413362
Binary10100010101111110111100101001101010100100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F5E; }

 p { color: rgb(162,95,94); }

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

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

 a { background-color: rgb(162,95,94); }

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

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

 span { border-color: rgb(162,95,94); }

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