#A65F5F

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

Shades of Copper Rose #A65F5F

Tints of Copper Rose #A65F5F

Color information

#A65F5F (or 0xA65F5F) is unknown color: approx Copper Rose. HEX triplet: A6, 5F and 5F. RGB value is (166,95,95). Sum of RGB (Red+Green+Blue) = 166+95+95=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F5F is #59A0A0. Grayscale: #747474. Windows color (decimal): -5873825 or 6250406. OLE color: 6250406.

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

Color convert

RGB1669595-
CMYK00.430.430.35
HSL28.51%51.18%-
HSV(B)42.77%65.1%-
XYZ21.8817.1212.98-
YUV116.23116.02163.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=46.63%
G=26.69%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166959500.430.430.35028.5151.18
HexA65F5F02B2B2301d33
Octal246137137053534303563
Binary10100110101111110111110101011101011100011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F5F; }

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

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

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

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

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

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

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

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