#AA6768

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

Shades of Turkish Rose #AA6768

Tints of Turkish Rose #AA6768

Color information

#AA6768 (or 0xAA6768) is unknown color: approx Turkish Rose. HEX triplet: AA, 67 and 68. RGB value is (170,103,104). Sum of RGB (Red+Green+Blue) = 170+103+104=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6768 is #559897. Grayscale: #7B7B7B. Windows color (decimal): -5609624 or 6842282. OLE color: 6842282.

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

Color convert

RGB170103104-
CMYK00.390.390.33
HSL359.1º28.27%53.53%-
HSV(B)359.1º39.41%66.67%-
XYZ23.9319.2515.55-
YUV123.15117.2161.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=45.09%
G=27.32%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010310400.390.390.33359.128.2753.53
HexAA676802727211671c36
Octal25214715004747415473466
Binary1010101011001111101000010011110011110000110110011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6768; }

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

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

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

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

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

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

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

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