Html Css Color HEX #AE8488 Tapestry

📋 copy color: '#AE8488'

red 174 ◦ green 132 ◦ blue 136

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

Shades of Tapestry #AE8488

Tints of Tapestry #AE8488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.86%

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

R = 39.37%
G = 29.86%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AE8488 (or 0xAE8488) is known color: Tapestry. HEX triplet: AE, 84 and 88. RGB value is (174,132,136). Sum of RGB (Red+Green+Blue) = 174+132+136=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8488 is #517B77. Grayscale: #919191. Windows color (decimal): -5340024 or 8946862. OLE color: 8946862.

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

Color convert

RGB 174 132 136 -
CMYK 0 0.24 0.22 0.32
HSL 354.29º 0.21% 0.6% -
HSV(B) 354.29º 0.24% 0.68% -
XYZ 30.15 27.28 26.97 -
YUV 145.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 174 132 136 0 0.24 0.22 0.32 354.29 0.21 0.6
Hex AE 84 88 0 18 16 20 162 15 3C
Octal 256 204 210 0 30 26 40 542 25 74
Binary 10101110 10000100 10001000 0 11000 10110 100000 101100010 10101 111100

Color Harmonies of #AE8488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8488

Black with #AE8488

Text Example


Text Example

White with #AE8488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8488; }

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

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

background-color css

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

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

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

border-color css

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

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

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