Html Css Color HEX #AE808C Tapestry

📋 copy color: '#AE808C'

red 174 ◦ green 128 ◦ blue 140

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

Shades of Tapestry #AE808C

Tints of Tapestry #AE808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.67%

R = 39.37%
G = 28.96%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE808C (or 0xAE808C) is known color: Tapestry. HEX triplet: AE, 80 and 8C. RGB value is (174,128,140). Sum of RGB (Red+Green+Blue) = 174+128+140=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE808C is #517F73. Grayscale: #8F8F8F. Windows color (decimal): -5341044 or 9207982. OLE color: 9207982.

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

Color convert

RGB 174 128 140 -
CMYK 0 0.26 0.20 0.32
HSL 344.35º 0.22% 0.59% -
HSV(B) 344.35º 0.26% 0.68% -
XYZ 29.91 26.33 28.32 -
YUV 143.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 174 128 140 0 0.26 0.20 0.32 344.35 0.22 0.59
Hex AE 80 8C 0 1A 14 20 158 16 3B
Octal 256 200 214 0 32 24 40 530 26 73
Binary 10101110 10000000 10001100 0 11010 10100 100000 101011000 10110 111011

Color Harmonies of #AE808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE808C

Black with #AE808C

Text Example


Text Example

White with #AE808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE808C; }

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

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

background-color css

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

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

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

border-color css

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

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

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