#AA6369

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

Shades of Turkish Rose #AA6369

Tints of Turkish Rose #AA6369

Color information

#AA6369 (or 0xAA6369) is unknown color: approx Turkish Rose. HEX triplet: AA, 63 and 69. RGB value is (170,99,105). Sum of RGB (Red+Green+Blue) = 170+99+105=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6369 is #559C96. Grayscale: #787878. Windows color (decimal): -5610647 or 6906794. OLE color: 6906794.

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

Color convert

RGB17099105-
CMYK00.420.380.33
HSL354.93º29.46%52.75%-
HSV(B)354.93º41.76%66.67%-
XYZ23.5918.4915.69-
YUV120.91119.02163.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 99 (39.06% from 255) = 26.47%
BLUE value IS 105 (41.41% from 255) = 28.07%
R=45.45%
G=26.47%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709910500.420.380.33354.9329.4652.75
HexAA636902A26211631d35
Octal25214315105246415433565
Binary1010101011000111101001010101010011010000110110001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6369; }

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

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

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

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

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

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

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

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