Html Css Color HEX #AE688B Tapestry

📋 copy color: '#AE688B'

red 174 ◦ green 104 ◦ blue 139

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

Shades of Tapestry #AE688B

Tints of Tapestry #AE688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.94%

 BLUE value IS 139 (54.69% from 255) = 33.33%

R = 41.73%
G = 24.94%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE688B (or 0xAE688B) is known color: Tapestry. HEX triplet: AE, 68 and 8B. RGB value is (174,104,139). Sum of RGB (Red+Green+Blue) = 174+104+139=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE688B is #519774. Grayscale: #808080. Windows color (decimal): -5347189 or 9136302. OLE color: 9136302.

HSL color Cylindrical-coordinate representation of color #AE688B: hue angle of 330º 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 #AE688B is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 104 139 -
CMYK 0 0.40 0.20 0.32
HSL 330º 0.3% 0.55% -
HSV(B) 330º 0.4% 0.68% -
XYZ 27.07 20.76 27.01 -
YUV 128.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 174 104 139 0 0.40 0.20 0.32 330 0.3 0.55
Hex AE 68 8B 0 28 14 20 14A 1E 37
Octal 256 150 213 0 50 24 40 512 36 67
Binary 10101110 1101000 10001011 0 101000 10100 100000 101001010 11110 110111

Color Harmonies of #AE688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE688B

Black with #AE688B

Text Example


Text Example

White with #AE688B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE688B; }

 p { color: rgb(174,104,139); }

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

background-color css

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

 a { background-color: rgb(174,104,139); }

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

border-color css

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

 span { border-color: rgb(174,104,139); }

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