Html Css Color HEX #AE767E Turkish Rose

📋 copy color: '#AE767E'

red 174 ◦ green 118 ◦ blue 126

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

Shades of Turkish Rose #AE767E

Tints of Turkish Rose #AE767E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.23%

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 41.63%
G = 28.23%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE767E (or 0xAE767E) is known color: Turkish Rose. HEX triplet: AE, 76 and 7E. RGB value is (174,118,126). Sum of RGB (Red+Green+Blue) = 174+118+126=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE767E is #518981. Grayscale: #878787. Windows color (decimal): -5343618 or 8287918. OLE color: 8287918.

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

Color convert

RGB 174 118 126 -
CMYK 0 0.32 0.28 0.32
HSL 351.43º 0.26% 0.57% -
HSV(B) 351.43º 0.32% 0.68% -
XYZ 27.7 23.46 22.81 -
YUV 135.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 174 118 126 0 0.32 0.28 0.32 351.43 0.26 0.57
Hex AE 76 7E 0 20 1C 20 15F 1A 39
Octal 256 166 176 0 40 34 40 537 32 71
Binary 10101110 1110110 1111110 0 100000 11100 100000 101011111 11010 111001

Color Harmonies of #AE767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE767E

Black with #AE767E

Text Example


Text Example

White with #AE767E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE767E; }

 p { color: rgb(174,118,126); }

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

background-color css

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

 a { background-color: rgb(174,118,126); }

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

border-color css

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

 span { border-color: rgb(174,118,126); }

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