#AA696A

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

Shades of Turkish Rose #AA696A

Tints of Turkish Rose #AA696A

Color information

#AA696A (or 0xAA696A) is unknown color: approx Turkish Rose. HEX triplet: AA, 69 and 6A. RGB value is (170,105,106). Sum of RGB (Red+Green+Blue) = 170+105+106=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA696A is #559695. Grayscale: #7C7C7C. Windows color (decimal): -5609110 or 6973866. OLE color: 6973866.

HSL color Cylindrical-coordinate representation of color #AA696A: hue angle of 359.08º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA696A is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB170105106-
CMYK00.380.380.33
HSL359.08º27.66%53.92%-
HSV(B)359.08º38.24%66.67%-
XYZ24.2319.6916.16-
YUV124.55117.53160.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=44.62%
G=27.56%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010510600.380.380.33359.0827.6653.92
HexAA696A02626211671c36
Octal25215115204646415473466
Binary1010101011010011101010010011010011010000110110011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA696A; }

 p { color: rgb(170,105,106); }

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

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

 a { background-color: rgb(170,105,106); }

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

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

 span { border-color: rgb(170,105,106); }

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