Html Css Color HEX #AE6466 Turkish Rose

📋 copy color: '#AE6466'

red 174 ◦ green 100 ◦ blue 102

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

Shades of Turkish Rose #AE6466

Tints of Turkish Rose #AE6466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.6%

 BLUE value IS 102 (40.23% from 255) = 27.13%

R = 46.28%
G = 26.6%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE6466 (or 0xAE6466) is known color: Turkish Rose. HEX triplet: AE, 64 and 66. RGB value is (174,100,102). Sum of RGB (Red+Green+Blue) = 174+100+102=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6466 is #519B99. Grayscale: #7A7A7A. Windows color (decimal): -5348250 or 6710446. OLE color: 6710446.

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

Color convert

RGB 174 100 102 -
CMYK 0 0.43 0.41 0.32
HSL 358.38º 0.31% 0.54% -
HSV(B) 358.38º 0.43% 0.68% -
XYZ 24.41 19.07 14.97 -
YUV 122.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 174 100 102 0 0.43 0.41 0.32 358.38 0.31 0.54
Hex AE 64 66 0 2B 29 20 166 1F 36
Octal 256 144 146 0 53 51 40 546 37 66
Binary 10101110 1100100 1100110 0 101011 101001 100000 101100110 11111 110110

Color Harmonies of #AE6466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6466

Black with #AE6466

Text Example


Text Example

White with #AE6466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6466; }

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

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

background-color css

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

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

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

border-color css

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

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

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