Html Css Color HEX #AE8190 Tapestry

📋 copy color: '#AE8190'

red 174 ◦ green 129 ◦ blue 144

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

Shades of Tapestry #AE8190

Tints of Tapestry #AE8190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.86%

 BLUE value IS 144 (56.64% from 255) = 32.21%

R = 38.93%
G = 28.86%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE8190 (or 0xAE8190) is known color: Tapestry. HEX triplet: AE, 81 and 90. RGB value is (174,129,144). Sum of RGB (Red+Green+Blue) = 174+129+144=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8190 is #517E6F. Grayscale: #909090. Windows color (decimal): -5340784 or 9470382. OLE color: 9470382.

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

Color convert

RGB 174 129 144 -
CMYK 0 0.26 0.17 0.32
HSL 340º 0.22% 0.59% -
HSV(B) 340º 0.26% 0.68% -
XYZ 30.34 26.71 29.94 -
YUV 144.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 174 129 144 0 0.26 0.17 0.32 340 0.22 0.59
Hex AE 81 90 0 1A 11 20 154 16 3B
Octal 256 201 220 0 32 21 40 524 26 73
Binary 10101110 10000001 10010000 0 11010 10001 100000 101010100 10110 111011

Color Harmonies of #AE8190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8190

Black with #AE8190

Text Example


Text Example

White with #AE8190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8190; }

 p { color: rgb(174,129,144); }

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

background-color css

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

 a { background-color: rgb(174,129,144); }

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

border-color css

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

 span { border-color: rgb(174,129,144); }

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