Html Css Color HEX #AE656B Turkish Rose

📋 copy color: '#AE656B'

red 174 ◦ green 101 ◦ blue 107

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

Shades of Turkish Rose #AE656B

Tints of Turkish Rose #AE656B

RGB

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

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

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

R = 45.55%
G = 26.44%
B = 28.01%

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

#AE656B (or 0xAE656B) is known color: Turkish Rose. HEX triplet: AE, 65 and 6B. RGB value is (174,101,107). Sum of RGB (Red+Green+Blue) = 174+101+107=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE656B is #519A94. Grayscale: #7B7B7B. Windows color (decimal): -5347989 or 7038382. OLE color: 7038382.

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

Color convert

RGB 174 101 107 -
CMYK 0 0.42 0.39 0.32
HSL 355.07º 0.31% 0.54% -
HSV(B) 355.07º 0.42% 0.68% -
XYZ 24.76 19.37 16.34 -
YUV 123.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 174 101 107 0 0.42 0.39 0.32 355.07 0.31 0.54
Hex AE 65 6B 0 2A 27 20 163 1F 36
Octal 256 145 153 0 52 47 40 543 37 66
Binary 10101110 1100101 1101011 0 101010 100111 100000 101100011 11111 110110

Color Harmonies of #AE656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE656B

Black with #AE656B

Text Example


Text Example

White with #AE656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE656B; }

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

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

background-color css

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

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

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

border-color css

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

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

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