#AE6975

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

Shades of Turkish Rose #AE6975

Tints of Turkish Rose #AE6975

Color information

#AE6975 (or 0xAE6975) is unknown color: approx Turkish Rose. HEX triplet: AE, 69 and 75. RGB value is (174,105,117). Sum of RGB (Red+Green+Blue) = 174+105+117=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6975 is #51968A. Grayscale: #7F7F7F. Windows color (decimal): -5346955 or 7694766. OLE color: 7694766.

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

Color convert

RGB174105117-
CMYK00.400.330.32
HSL349.57º29.87%54.71%-
HSV(B)349.57º39.66%68.24%-
XYZ25.7220.3919.41-
YUV127122.36161.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=43.94%
G=26.52%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410511700.400.330.32349.5729.8754.71
HexAE6975028212015e1e37
Octal25615116505041405363667
Binary1010111011010011110101010100010000110000010101111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6975; }

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

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

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

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

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

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

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

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