#A6625F

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

Shades of Copper Rose #A6625F

Tints of Copper Rose #A6625F

Color information

#A6625F (or 0xA6625F) is unknown color: approx Copper Rose. HEX triplet: A6, 62 and 5F. RGB value is (166,98,95). Sum of RGB (Red+Green+Blue) = 166+98+95=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A6625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6625F is #599DA0. Grayscale: #767676. Windows color (decimal): -5873057 or 6251174. OLE color: 6251174.

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

Color convert

RGB1669895-
CMYK00.410.430.35
HSL2.54º28.51%51.18%-
HSV(B)2.54º42.77%65.1%-
XYZ22.1617.6713.07-
YUV117.99115.03162.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=46.24%
G=27.30%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166989500.410.430.352.5428.5151.18
HexA6625F0292B2331d33
Octal246142137051534333563
Binary101001101100010101111101010011010111000111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6625F; }

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

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

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

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

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

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

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

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