Html Css Color HEX #AE707B Turkish Rose

📋 copy color: '#AE707B'

red 174 ◦ green 112 ◦ blue 123

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

Shades of Turkish Rose #AE707B

Tints of Turkish Rose #AE707B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.38%

 BLUE value IS 123 (48.44% from 255) = 30.07%

R = 42.54%
G = 27.38%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE707B (or 0xAE707B) is known color: Turkish Rose. HEX triplet: AE, 70 and 7B. RGB value is (174,112,123). Sum of RGB (Red+Green+Blue) = 174+112+123=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE707B is #518F84. Grayscale: #838383. Windows color (decimal): -5345157 or 8089774. OLE color: 8089774.

HSL color Cylindrical-coordinate representation of color #AE707B: hue angle of 349.35º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE707B is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 112 123 -
CMYK 0 0.36 0.29 0.32
HSL 349.35º 0.28% 0.56% -
HSV(B) 349.35º 0.36% 0.68% -
XYZ 26.82 22.02 21.57 -
YUV 131.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 174 112 123 0 0.36 0.29 0.32 349.35 0.28 0.56
Hex AE 70 7B 0 24 1D 20 15D 1C 38
Octal 256 160 173 0 44 35 40 535 34 70
Binary 10101110 1110000 1111011 0 100100 11101 100000 101011101 11100 111000

Color Harmonies of #AE707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE707B

Black with #AE707B

Text Example


Text Example

White with #AE707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE707B; }

 p { color: rgb(174,112,123); }

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

background-color css

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

 a { background-color: rgb(174,112,123); }

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

border-color css

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

 span { border-color: rgb(174,112,123); }

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