Html Css Color HEX #AE6572 Turkish Rose

📋 copy color: '#AE6572'

red 174 ◦ green 101 ◦ blue 114

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

Shades of Turkish Rose #AE6572

Tints of Turkish Rose #AE6572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.31%

R = 44.73%
G = 25.96%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE6572 (or 0xAE6572) is known color: Turkish Rose. HEX triplet: AE, 65 and 72. RGB value is (174,101,114). Sum of RGB (Red+Green+Blue) = 174+101+114=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6572 is #519A8D. Grayscale: #7C7C7C. Windows color (decimal): -5347982 or 7497134. OLE color: 7497134.

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

Color convert

RGB 174 101 114 -
CMYK 0 0.42 0.34 0.32
HSL 349.32º 0.31% 0.54% -
HSV(B) 349.32º 0.42% 0.68% -
XYZ 25.15 19.52 18.36 -
YUV 124.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 174 101 114 0 0.42 0.34 0.32 349.32 0.31 0.54
Hex AE 65 72 0 2A 22 20 15D 1F 36
Octal 256 145 162 0 52 42 40 535 37 66
Binary 10101110 1100101 1110010 0 101010 100010 100000 101011101 11111 110110

Color Harmonies of #AE6572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6572

Black with #AE6572

Text Example


Text Example

White with #AE6572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6572; }

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

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

background-color css

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

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

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

border-color css

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

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

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