Html Css Color HEX #AE888C Tapestry

📋 copy color: '#AE888C'

red 174 ◦ green 136 ◦ blue 140

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

Shades of Tapestry #AE888C

Tints of Tapestry #AE888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.22%

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

R = 38.67%
G = 30.22%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE888C (or 0xAE888C) is known color: Tapestry. HEX triplet: AE, 88 and 8C. RGB value is (174,136,140). Sum of RGB (Red+Green+Blue) = 174+136+140=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE888C is #517773. Grayscale: #939393. Windows color (decimal): -5338996 or 9210030. OLE color: 9210030.

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

Color convert

RGB 174 136 140 -
CMYK 0 0.22 0.20 0.32
HSL 353.68º 0.19% 0.61% -
HSV(B) 353.68º 0.22% 0.68% -
XYZ 30.99 28.5 28.68 -
YUV 147.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 174 136 140 0 0.22 0.20 0.32 353.68 0.19 0.61
Hex AE 88 8C 0 16 14 20 162 13 3D
Octal 256 210 214 0 26 24 40 542 23 75
Binary 10101110 10001000 10001100 0 10110 10100 100000 101100010 10011 111101

Color Harmonies of #AE888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE888C

Black with #AE888C

Text Example


Text Example

White with #AE888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE888C; }

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

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

background-color css

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

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

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

border-color css

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

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

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