#A66268

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

Shades of Turkish Rose #A66268

Tints of Turkish Rose #A66268

Color information

#A66268 (or 0xA66268) is unknown color: approx Turkish Rose. HEX triplet: A6, 62 and 68. RGB value is (166,98,104). Sum of RGB (Red+Green+Blue) = 166+98+104=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A66268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66268 is #599D97. Grayscale: #777777. Windows color (decimal): -5873048 or 6840998. OLE color: 6840998.

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

Color convert

RGB16698104-
CMYK00.410.370.35
HSL354.71º27.64%51.76%-
HSV(B)354.71º40.96%65.1%-
XYZ22.5917.8415.35-
YUV119.02119.53161.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=45.11%
G=26.63%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669810400.410.370.35354.7127.6451.76
HexA6626802925231631c34
Octal24614215005145435433464
Binary1010011011000101101000010100110010110001110110001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66268; }

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

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

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

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

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

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

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

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