#AE6974

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

Shades of Turkish Rose #AE6974

Tints of Turkish Rose #AE6974

Color information

#AE6974 (or 0xAE6974) is unknown color: approx Turkish Rose. HEX triplet: AE, 69 and 74. RGB value is (174,105,116). Sum of RGB (Red+Green+Blue) = 174+105+116=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6974 is #51968B. Grayscale: #7E7E7E. Windows color (decimal): -5346956 or 7629230. OLE color: 7629230.

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

Color convert

RGB174105116-
CMYK00.400.330.32
HSL350.43º29.87%54.71%-
HSV(B)350.43º39.66%68.24%-
XYZ25.6620.3619.1-
YUV126.88121.86161.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=44.05%
G=26.58%
B=29.37%

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
Decimal17410511600.400.330.32350.4329.8754.71
HexAE6974028212015e1e37
Octal25615116405041405363667
Binary1010111011010011110100010100010000110000010101111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6974; }

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

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

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

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

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

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

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

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