#A6626D

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

Shades of Turkish Rose #A6626D

Tints of Turkish Rose #A6626D

Color information

#A6626D (or 0xA6626D) is unknown color: approx Turkish Rose. HEX triplet: A6, 62 and 6D. RGB value is (166,98,109). Sum of RGB (Red+Green+Blue) = 166+98+109=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6626D is #599D92. Grayscale: #777777. Windows color (decimal): -5873043 or 7168678. OLE color: 7168678.

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

Color convert

RGB16698109-
CMYK00.410.340.35
HSL350.29º27.64%51.76%-
HSV(B)350.29º40.96%65.1%-
XYZ22.8517.9516.73-
YUV119.59122.03161.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 109 (42.97% from 255) = 29.22%
R=44.50%
G=26.27%
B=29.22%

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
Decimal1669810900.410.340.35350.2927.6451.76
HexA6626D029222315e1c34
Octal24614215505142435363464
Binary1010011011000101101101010100110001010001110101111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6626D; }

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

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

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

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

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

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

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

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