Html Css Color HEX #AE888E Tapestry

📋 copy color: '#AE888E'

red 174 ◦ green 136 ◦ blue 142

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

Shades of Tapestry #AE888E

Tints of Tapestry #AE888E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.42%

R = 38.5%
G = 30.09%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE888E (or 0xAE888E) is known color: Tapestry. HEX triplet: AE, 88 and 8E. RGB value is (174,136,142). Sum of RGB (Red+Green+Blue) = 174+136+142=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE888E is #517771. Grayscale: #949494. Windows color (decimal): -5338994 or 9341102. OLE color: 9341102.

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

Color convert

RGB 174 136 142 -
CMYK 0 0.22 0.18 0.32
HSL 350.53º 0.19% 0.61% -
HSV(B) 350.53º 0.22% 0.68% -
XYZ 31.14 28.56 29.46 -
YUV 148.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 174 136 142 0 0.22 0.18 0.32 350.53 0.19 0.61
Hex AE 88 8E 0 16 12 20 15F 13 3D
Octal 256 210 216 0 26 22 40 537 23 75
Binary 10101110 10001000 10001110 0 10110 10010 100000 101011111 10011 111101

Color Harmonies of #AE888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE888E

Black with #AE888E

Text Example


Text Example

White with #AE888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE888E; }

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

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

background-color css

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

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

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

border-color css

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

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

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