Html Css Color HEX #AE8081 Turkish Rose

📋 copy color: '#AE8081'

red 174 ◦ green 128 ◦ blue 129

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

Shades of Turkish Rose #AE8081

Tints of Turkish Rose #AE8081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.7%

 BLUE value IS 129 (50.78% from 255) = 29.93%

R = 40.37%
G = 29.7%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE8081 (or 0xAE8081) is known color: Turkish Rose. HEX triplet: AE, 80 and 81. RGB value is (174,128,129). Sum of RGB (Red+Green+Blue) = 174+128+129=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8081 is #517F7E. Grayscale: #8D8D8D. Windows color (decimal): -5341055 or 8487086. OLE color: 8487086.

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

Color convert

RGB 174 128 129 -
CMYK 0 0.26 0.26 0.32
HSL 358.7º 0.22% 0.59% -
HSV(B) 358.7º 0.26% 0.68% -
XYZ 29.14 26.02 24.26 -
YUV 141.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 174 128 129 0 0.26 0.26 0.32 358.7 0.22 0.59
Hex AE 80 81 0 1A 1A 20 167 16 3B
Octal 256 200 201 0 32 32 40 547 26 73
Binary 10101110 10000000 10000001 0 11010 11010 100000 101100111 10110 111011

Color Harmonies of #AE8081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8081

Black with #AE8081

Text Example


Text Example

White with #AE8081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8081; }

 p { color: rgb(174,128,129); }

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

background-color css

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

 a { background-color: rgb(174,128,129); }

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

border-color css

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

 span { border-color: rgb(174,128,129); }

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