#A25E5E

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

Shades of Copper Rose #A25E5E

Tints of Copper Rose #A25E5E

Color information

#A25E5E (or 0xA25E5E) is unknown color: approx Copper Rose. HEX triplet: A2, 5E and 5E. RGB value is (162,94,94). Sum of RGB (Red+Green+Blue) = 162+94+94=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E5E is #5DA1A1. Grayscale: #727272. Windows color (decimal): -6136226 or 6184610. OLE color: 6184610.

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

Color convert

RGB1629494-
CMYK00.420.420.36
HSL26.77%50.2%-
HSV(B)41.98%63.53%-
XYZ20.9216.4912.67-
YUV114.33116.53162-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=46.29%
G=26.86%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162949400.420.420.36026.7750.2
HexA25E5E02A2A2401b32
Octal242136136052524403362
Binary10100010101111010111100101010101010100100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25E5E; }

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

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

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

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

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

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

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

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