Html Css Color HEX #AE6B72 Turkish Rose

📋 copy color: '#AE6B72'

red 174 ◦ green 107 ◦ blue 114

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

Shades of Turkish Rose #AE6B72

Tints of Turkish Rose #AE6B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

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

R = 44.05%
G = 27.09%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE6B72 (or 0xAE6B72) is known color: Turkish Rose. HEX triplet: AE, 6B and 72. RGB value is (174,107,114). Sum of RGB (Red+Green+Blue) = 174+107+114=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B72 is #51948D. Grayscale: #7F7F7F. Windows color (decimal): -5346446 or 7498670. OLE color: 7498670.

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

Color convert

RGB 174 107 114 -
CMYK 0 0.39 0.34 0.32
HSL 353.73º 0.29% 0.55% -
HSV(B) 353.73º 0.39% 0.68% -
XYZ 25.75 20.73 18.56 -
YUV 127.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 174 107 114 0 0.39 0.34 0.32 353.73 0.29 0.55
Hex AE 6B 72 0 27 22 20 162 1D 37
Octal 256 153 162 0 47 42 40 542 35 67
Binary 10101110 1101011 1110010 0 100111 100010 100000 101100010 11101 110111

Color Harmonies of #AE6B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6B72

Black with #AE6B72

Text Example


Text Example

White with #AE6B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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