#AA6062

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

Shades of Turkish Rose #AA6062

Tints of Turkish Rose #AA6062

Color information

#AA6062 (or 0xAA6062) is unknown color: approx Turkish Rose. HEX triplet: AA, 60 and 62. RGB value is (170,96,98). Sum of RGB (Red+Green+Blue) = 170+96+98=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6062 is #559F9D. Grayscale: #767676. Windows color (decimal): -5611422 or 6447274. OLE color: 6447274.

HSL color Cylindrical-coordinate representation of color #AA6062: hue angle of 358.38º 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 #AA6062 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB1709698-
CMYK00.440.420.33
HSL358.38º30.33%52.16%-
HSV(B)358.38º43.53%66.67%-
XYZ22.9717.7913.78-
YUV118.35116.52164.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 98 (38.67% from 255) = 26.92%
R=46.70%
G=26.37%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170969800.440.420.33358.3830.3352.16
HexAA606202C2A211661e34
Octal25214014205452415463664
Binary1010101011000001100010010110010101010000110110011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6062; }

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

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

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

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

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

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

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

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