#AA6368

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

Shades of Turkish Rose #AA6368

Tints of Turkish Rose #AA6368

Color information

#AA6368 (or 0xAA6368) is unknown color: approx Turkish Rose. HEX triplet: AA, 63 and 68. RGB value is (170,99,104). Sum of RGB (Red+Green+Blue) = 170+99+104=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6368 is #559C97. Grayscale: #787878. Windows color (decimal): -5610648 or 6841258. OLE color: 6841258.

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

Color convert

RGB17099104-
CMYK00.420.390.33
HSL355.77º29.46%52.75%-
HSV(B)355.77º41.76%66.67%-
XYZ23.5418.4715.42-
YUV120.8118.52163.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 99 (39.06% from 255) = 26.54%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=45.58%
G=26.54%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709910400.420.390.33355.7729.4652.75
HexAA636802A27211641d35
Octal25214315005247415443565
Binary1010101011000111101000010101010011110000110110010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6368; }

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

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

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

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

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

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

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

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