#A96679

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

Shades of Turkish Rose #A96679

Tints of Turkish Rose #A96679

Color information

#A96679 (or 0xA96679) is unknown color: approx Turkish Rose. HEX triplet: A9, 66 and 79. RGB value is (169,102,121). Sum of RGB (Red+Green+Blue) = 169+102+121=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A96679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96679 is #569986. Grayscale: #7C7C7C. Windows color (decimal): -5675399 or 7956137. OLE color: 7956137.

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

Color convert

RGB169102121-
CMYK00.400.280.34
HSL342.99º28.03%53.14%-
HSV(B)342.99º39.64%66.27%-
XYZ24.5619.3220.52-
YUV124.2126.2159.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=43.11%
G=26.02%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910212100.400.280.34342.9928.0353.14
HexA966790281C221571c35
Octal25114617105034425273465
Binary101010011100110111100101010001110010001010101011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96679; }

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

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

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

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

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

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

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

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