#AA6775

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

Shades of Turkish Rose #AA6775

Tints of Turkish Rose #AA6775

Color information

#AA6775 (or 0xAA6775) is unknown color: approx Turkish Rose. HEX triplet: AA, 67 and 75. RGB value is (170,103,117). Sum of RGB (Red+Green+Blue) = 170+103+117=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6775 is #55988A. Grayscale: #7C7C7C. Windows color (decimal): -5609611 or 7694250. OLE color: 7694250.

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

Color convert

RGB170103117-
CMYK00.390.310.33
HSL347.46º28.27%53.53%-
HSV(B)347.46º39.41%66.67%-
XYZ24.6419.5319.3-
YUV124.63123.7160.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 103 (40.62% from 255) = 26.41%
BLUE value IS 117 (46.09% from 255) = 30%
R=43.59%
G=26.41%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010311700.390.310.33347.4628.2753.53
HexAA67750271F2115b1c36
Octal25214716504737415333466
Binary101010101100111111010101001111111110000110101101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6775; }

 p { color: rgb(170,103,117); }

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

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

 a { background-color: rgb(170,103,117); }

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

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

 span { border-color: rgb(170,103,117); }

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