Html Css Color HEX #AE666C Turkish Rose

📋 copy color: '#AE666C'

red 174 ◦ green 102 ◦ blue 108

#AE666C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AE666C

Tints of Turkish Rose #AE666C

RGB

 RED value IS 174 (68.36% from 255) = 45.31%

 GREEN value IS 102 (40.23% from 255) = 26.56%

 BLUE value IS 108 (42.58% from 255) = 28.13%

R = 45.31%
G = 26.56%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE666C (or 0xAE666C) is known color: Turkish Rose. HEX triplet: AE, 66 and 6C. RGB value is (174,102,108). Sum of RGB (Red+Green+Blue) = 174+102+108=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE666C is #519993. Grayscale: #7C7C7C. Windows color (decimal): -5347732 or 7104174. OLE color: 7104174.

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

Color convert

RGB 174 102 108 -
CMYK 0 0.41 0.38 0.32
HSL 355º 0.31% 0.54% -
HSV(B) 355º 0.41% 0.68% -
XYZ 24.91 19.58 16.65 -
YUV 124.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 174 102 108 0 0.41 0.38 0.32 355 0.31 0.54
Hex AE 66 6C 0 29 26 20 163 1F 36
Octal 256 146 154 0 51 46 40 543 37 66
Binary 10101110 1100110 1101100 0 101001 100110 100000 101100011 11111 110110

Color Harmonies of #AE666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE666C

Black with #AE666C

Text Example


Text Example

White with #AE666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE666C; }

 p { color: rgb(174,102,108); }

 H1.HeaderClassName
 {
   color: #AE666C;
 }
 .AnyTagClassName
 {
   color: #AE666C;
 }
</style>

background-color css

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

 a { background-color: rgb(174,102,108); }

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

border-color css

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

 span { border-color: rgb(174,102,108); }

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