#AE6369

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

Shades of Turkish Rose #AE6369

Tints of Turkish Rose #AE6369

Color information

#AE6369 (or 0xAE6369) is unknown color: approx Turkish Rose. HEX triplet: AE, 63 and 69. RGB value is (174,99,105). Sum of RGB (Red+Green+Blue) = 174+99+105=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6369 is #519C96. Grayscale: #7A7A7A. Windows color (decimal): -5348503 or 6906798. OLE color: 6906798.

HSL color Cylindrical-coordinate representation of color #AE6369: hue angle of 355.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6369 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB17499105-
CMYK00.430.400.32
HSL355.2º31.65%53.53%-
HSV(B)355.2º43.1%68.24%-
XYZ24.4718.9415.73-
YUV122.11118.35165.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 99 (39.06% from 255) = 26.19%
BLUE value IS 105 (41.41% from 255) = 27.78%
R=46.03%
G=26.19%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749910500.430.400.32355.231.6553.53
HexAE636902B28201632036
Octal25614315105350405434066
Binary10101110110001111010010101011101000100000101100011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6369; }

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

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

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

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

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

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

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

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