Html Css Color HEX #AE656A Turkish Rose

📋 copy color: '#AE656A'

red 174 ◦ green 101 ◦ blue 106

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

Shades of Turkish Rose #AE656A

Tints of Turkish Rose #AE656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.51%

 BLUE value IS 106 (41.8% from 255) = 27.82%

R = 45.67%
G = 26.51%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE656A (or 0xAE656A) is known color: Turkish Rose. HEX triplet: AE, 65 and 6A. RGB value is (174,101,106). Sum of RGB (Red+Green+Blue) = 174+101+106=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE656A is #519A95. Grayscale: #7B7B7B. Windows color (decimal): -5347990 or 6972846. OLE color: 6972846.

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

Color convert

RGB 174 101 106 -
CMYK 0 0.42 0.39 0.32
HSL 355.89º 0.31% 0.54% -
HSV(B) 355.89º 0.42% 0.68% -
XYZ 24.71 19.35 16.07 -
YUV 123.4 118.18 164.09 -
System Red Green Blue C M Y K H S L
Decimal 174 101 106 0 0.42 0.39 0.32 355.89 0.31 0.54
Hex AE 65 6A 0 2A 27 20 164 1F 36
Octal 256 145 152 0 52 47 40 544 37 66
Binary 10101110 1100101 1101010 0 101010 100111 100000 101100100 11111 110110

Color Harmonies of #AE656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE656A

Black with #AE656A

Text Example


Text Example

White with #AE656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE656A; }

 p { color: rgb(174,101,106); }

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

background-color css

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

 a { background-color: rgb(174,101,106); }

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

border-color css

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

 span { border-color: rgb(174,101,106); }

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