Html Css Color HEX #AE6088 Tapestry

📋 copy color: '#AE6088'

red 174 ◦ green 96 ◦ blue 136

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

Shades of Tapestry #AE6088

Tints of Tapestry #AE6088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.65%

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 42.86%
G = 23.65%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AE6088 (or 0xAE6088) is known color: Tapestry. HEX triplet: AE, 60 and 88. RGB value is (174,96,136). Sum of RGB (Red+Green+Blue) = 174+96+136=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6088 is #519F77. Grayscale: #7B7B7B. Windows color (decimal): -5349240 or 8937646. OLE color: 8937646.

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

Color convert

RGB 174 96 136 -
CMYK 0 0.45 0.22 0.32
HSL 329.23º 0.33% 0.53% -
HSV(B) 329.23º 0.45% 0.68% -
XYZ 26.08 19.14 25.61 -
YUV 123.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 174 96 136 0 0.45 0.22 0.32 329.23 0.33 0.53
Hex AE 60 88 0 2D 16 20 149 20 35
Octal 256 140 210 0 55 26 40 511 40 65
Binary 10101110 1100000 10001000 0 101101 10110 100000 101001001 100000 110101

Color Harmonies of #AE6088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6088

Black with #AE6088

Text Example


Text Example

White with #AE6088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6088; }

 p { color: rgb(174,96,136); }

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

background-color css

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

 a { background-color: rgb(174,96,136); }

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

border-color css

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

 span { border-color: rgb(174,96,136); }

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