Html Css Color HEX #AE666B Turkish Rose

📋 copy color: '#AE666B'

red 174 ◦ green 102 ◦ blue 107

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

Shades of Turkish Rose #AE666B

Tints of Turkish Rose #AE666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.94%

R = 45.43%
G = 26.63%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE666B (or 0xAE666B) is known color: Turkish Rose. HEX triplet: AE, 66 and 6B. RGB value is (174,102,107). Sum of RGB (Red+Green+Blue) = 174+102+107=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE666B is #519994. Grayscale: #7C7C7C. Windows color (decimal): -5347733 or 7038638. OLE color: 7038638.

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

Color convert

RGB 174 102 107 -
CMYK 0 0.41 0.39 0.32
HSL 355.83º 0.31% 0.54% -
HSV(B) 355.83º 0.41% 0.68% -
XYZ 24.86 19.56 16.38 -
YUV 124.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 174 102 107 0 0.41 0.39 0.32 355.83 0.31 0.54
Hex AE 66 6B 0 29 27 20 164 1F 36
Octal 256 146 153 0 51 47 40 544 37 66
Binary 10101110 1100110 1101011 0 101001 100111 100000 101100100 11111 110110

Color Harmonies of #AE666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE666B

Black with #AE666B

Text Example


Text Example

White with #AE666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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