#AA6075

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

Shades of Turkish Rose #AA6075

Tints of Turkish Rose #AA6075

Color information

#AA6075 (or 0xAA6075) is unknown color: approx Turkish Rose. HEX triplet: AA, 60 and 75. RGB value is (170,96,117). Sum of RGB (Red+Green+Blue) = 170+96+117=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6075 is #559F8A. Grayscale: #787878. Windows color (decimal): -5611403 or 7692458. OLE color: 7692458.

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

Color convert

RGB17096117-
CMYK00.440.310.33
HSL342.97º30.33%52.16%-
HSV(B)342.97º43.53%66.67%-
XYZ23.9718.219.08-
YUV120.52126.02163.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=44.39%
G=25.07%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709611700.440.310.33342.9730.3352.16
HexAA607502C1F211571e34
Octal25214016505437415273664
Binary101010101100000111010101011001111110000110101011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6075; }

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

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

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

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

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

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

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

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