#A96670

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

Shades of Turkish Rose #A96670

Tints of Turkish Rose #A96670

Color information

#A96670 (or 0xA96670) is unknown color: approx Turkish Rose. HEX triplet: A9, 66 and 70. RGB value is (169,102,112). Sum of RGB (Red+Green+Blue) = 169+102+112=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A96670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96670 is #56998F. Grayscale: #7B7B7B. Windows color (decimal): -5675408 or 7366313. OLE color: 7366313.

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

Color convert

RGB169102112-
CMYK00.400.340.34
HSL351.04º28.03%53.14%-
HSV(B)351.04º39.64%66.27%-
XYZ24.0419.1117.75-
YUV123.17121.7160.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=44.13%
G=26.63%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910211200.400.340.34351.0428.0353.14
HexA96670028222215f1c35
Octal25114616005042425373465
Binary1010100111001101110000010100010001010001010101111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96670; }

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

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

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

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

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

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

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

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