#A6636E

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

Shades of Turkish Rose #A6636E

Tints of Turkish Rose #A6636E

Color information

#A6636E (or 0xA6636E) is unknown color: approx Turkish Rose. HEX triplet: A6, 63 and 6E. RGB value is (166,99,110). Sum of RGB (Red+Green+Blue) = 166+99+110=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6636E is #599C91. Grayscale: #787878. Windows color (decimal): -5872786 or 7234470. OLE color: 7234470.

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

Color convert

RGB16699110-
CMYK00.400.340.35
HSL350.15º27.35%51.96%-
HSV(B)350.15º40.36%65.1%-
XYZ2318.1617.04-
YUV120.29122.2160.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=44.27%
G=26.4%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669911000.400.340.35350.1527.3551.96
HexA6636E028222315e1b34
Octal24614315605042435363364
Binary1010011011000111101110010100010001010001110101111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6636E; }

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

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

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

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

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

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

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

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