#A8605F

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

Shades of Copper Rose #A8605F

Tints of Copper Rose #A8605F

Color information

#A8605F (or 0xA8605F) is unknown color: approx Copper Rose. HEX triplet: A8, 60 and 5F. RGB value is (168,96,95). Sum of RGB (Red+Green+Blue) = 168+96+95=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8605F is #579FA0. Grayscale: #757575. Windows color (decimal): -5742497 or 6250664. OLE color: 6250664.

HSL color Cylindrical-coordinate representation of color #A8605F: hue angle of 0.82º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8605F is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB1689695-
CMYK00.430.430.34
HSL0.82º29.55%51.57%-
HSV(B)0.82º43.45%65.88%-
XYZ22.417.5213.03-
YUV117.41115.35164.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.80%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=46.80%
G=26.74%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168969500.430.430.340.8229.5551.57
HexA8605F02B2B2211e34
Octal250140137053534213664
Binary10101000110000010111110101011101011100010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8605F; }

 p { color: rgb(168,96,95); }

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

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

 a { background-color: rgb(168,96,95); }

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

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

 span { border-color: rgb(168,96,95); }

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