#A55F5F

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

Shades of Copper Rose #A55F5F

Tints of Copper Rose #A55F5F

Color information

#A55F5F (or 0xA55F5F) is unknown color: approx Copper Rose. HEX triplet: A5, 5F and 5F. RGB value is (165,95,95). Sum of RGB (Red+Green+Blue) = 165+95+95=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F5F is #5AA0A0. Grayscale: #747474. Windows color (decimal): -5939361 or 6250405. OLE color: 6250405.

HSL color Cylindrical-coordinate representation of color #A55F5F: hue angle of 0º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A55F5F is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1659595-
CMYK00.420.420.35
HSL28%50.98%-
HSV(B)42.42%64.71%-
XYZ21.6717.0112.97-
YUV115.93116.19163-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.48%
GREEN value IS 95 (37.5% from 255) = 26.76%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=46.48%
G=26.76%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165959500.420.420.3502850.98
HexA55F5F02A2A2301c33
Octal245137137052524303463
Binary10100101101111110111110101010101010100011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F5F; }

 p { color: rgb(165,95,95); }

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

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

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

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

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

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

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