#A6656A

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

Shades of Turkish Rose #A6656A

Tints of Turkish Rose #A6656A

Color information

#A6656A (or 0xA6656A) is unknown color: approx Turkish Rose. HEX triplet: A6, 65 and 6A. RGB value is (166,101,106). Sum of RGB (Red+Green+Blue) = 166+101+106=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6656A is #599A95. Grayscale: #797979. Windows color (decimal): -5872278 or 6972838. OLE color: 6972838.

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

Color convert

RGB166101106-
CMYK00.390.360.35
HSL355.38º26.75%52.35%-
HSV(B)355.38º39.16%65.1%-
XYZ22.9818.4515.99-
YUV121119.53160.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=44.50%
G=27.08%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610110600.390.360.35355.3826.7552.35
HexA6656A02724231631b34
Octal24614515204744435433364
Binary1010011011001011101010010011110010010001110110001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6656A; }

 p { color: rgb(166,101,106); }

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

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

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

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

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

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

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