#A96668

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

Shades of Turkish Rose #A96668

Tints of Turkish Rose #A96668

Color information

#A96668 (or 0xA96668) is unknown color: approx Turkish Rose. HEX triplet: A9, 66 and 68. RGB value is (169,102,104). Sum of RGB (Red+Green+Blue) = 169+102+104=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A96668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96668 is #569997. Grayscale: #7A7A7A. Windows color (decimal): -5675416 or 6842025. OLE color: 6842025.

HSL color Cylindrical-coordinate representation of color #A96668: hue angle of 358.21º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96668 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB169102104-
CMYK00.400.380.34
HSL358.21º28.03%53.14%-
HSV(B)358.21º39.64%66.27%-
XYZ23.6118.9415.51-
YUV122.26117.7161.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=45.07%
G=27.2%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910210400.400.380.34358.2128.0353.14
HexA9666802826221661c35
Octal25114615005046425463465
Binary1010100111001101101000010100010011010001010110011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96668; }

 p { color: rgb(169,102,104); }

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

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

 a { background-color: rgb(169,102,104); }

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

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

 span { border-color: rgb(169,102,104); }

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