#A6626E

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

Shades of Turkish Rose #A6626E

Tints of Turkish Rose #A6626E

Color information

#A6626E (or 0xA6626E) is unknown color: approx Turkish Rose. HEX triplet: A6, 62 and 6E. RGB value is (166,98,110). Sum of RGB (Red+Green+Blue) = 166+98+110=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A6626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6626E is #599D91. Grayscale: #777777. Windows color (decimal): -5873042 or 7234214. OLE color: 7234214.

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

Color convert

RGB16698110-
CMYK00.410.340.35
HSL349.41º27.64%51.76%-
HSV(B)349.41º40.96%65.1%-
XYZ22.9117.9717.01-
YUV119.7122.53161.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=44.39%
G=26.20%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669811000.410.340.35349.4127.6451.76
HexA6626E029222315d1c34
Octal24614215605142435353464
Binary1010011011000101101110010100110001010001110101110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6626E; }

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

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

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

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

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

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

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

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