Html Css Color HEX #AE696C Turkish Rose

📋 copy color: '#AE696C'

red 174 ◦ green 105 ◦ blue 108

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

Shades of Turkish Rose #AE696C

Tints of Turkish Rose #AE696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.13%

 BLUE value IS 108 (42.58% from 255) = 27.91%

R = 44.96%
G = 27.13%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE696C (or 0xAE696C) is known color: Turkish Rose. HEX triplet: AE, 69 and 6C. RGB value is (174,105,108). Sum of RGB (Red+Green+Blue) = 174+105+108=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE696C is #519693. Grayscale: #7E7E7E. Windows color (decimal): -5346964 or 7104942. OLE color: 7104942.

HSL color Cylindrical-coordinate representation of color #AE696C: hue angle of 357.39º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE696C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 105 108 -
CMYK 0 0.40 0.38 0.32
HSL 357.39º 0.3% 0.55% -
HSV(B) 357.39º 0.4% 0.68% -
XYZ 25.21 20.18 16.75 -
YUV 125.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 174 105 108 0 0.40 0.38 0.32 357.39 0.3 0.55
Hex AE 69 6C 0 28 26 20 165 1E 37
Octal 256 151 154 0 50 46 40 545 36 67
Binary 10101110 1101001 1101100 0 101000 100110 100000 101100101 11110 110111

Color Harmonies of #AE696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE696C

Black with #AE696C

Text Example


Text Example

White with #AE696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE696C; }

 p { color: rgb(174,105,108); }

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

background-color css

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

 a { background-color: rgb(174,105,108); }

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

border-color css

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

 span { border-color: rgb(174,105,108); }

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