#A96566

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

Shades of Turkish Rose #A96566

Tints of Turkish Rose #A96566

Color information

#A96566 (or 0xA96566) is unknown color: approx Turkish Rose. HEX triplet: A9, 65 and 66. RGB value is (169,101,102). Sum of RGB (Red+Green+Blue) = 169+101+102=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A96566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96566 is #569A99. Grayscale: #797979. Windows color (decimal): -5675674 or 6710697. OLE color: 6710697.

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

Color convert

RGB169101102-
CMYK00.400.400.34
HSL359.12º28.33%52.94%-
HSV(B)359.12º40.24%66.27%-
XYZ23.4118.714.95-
YUV121.45117.03161.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.43%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 102 (40.23% from 255) = 27.42%
R=45.43%
G=27.15%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910110200.400.400.34359.1228.3352.94
HexA9656602828221671c35
Octal25114514605050425473465
Binary1010100111001011100110010100010100010001010110011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96566; }

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

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

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

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

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

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

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

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