Html Css Color HEX #AE818A Tapestry

📋 copy color: '#AE818A'

red 174 ◦ green 129 ◦ blue 138

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

Shades of Tapestry #AE818A

Tints of Tapestry #AE818A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 39.46%
G = 29.25%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE818A (or 0xAE818A) is known color: Tapestry. HEX triplet: AE, 81 and 8A. RGB value is (174,129,138). Sum of RGB (Red+Green+Blue) = 174+129+138=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE818A is #517E75. Grayscale: #8F8F8F. Windows color (decimal): -5340790 or 9077166. OLE color: 9077166.

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

Color convert

RGB 174 129 138 -
CMYK 0 0.26 0.21 0.32
HSL 348º 0.22% 0.59% -
HSV(B) 348º 0.26% 0.68% -
XYZ 29.89 26.53 27.59 -
YUV 143.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 174 129 138 0 0.26 0.21 0.32 348 0.22 0.59
Hex AE 81 8A 0 1A 15 20 15C 16 3B
Octal 256 201 212 0 32 25 40 534 26 73
Binary 10101110 10000001 10001010 0 11010 10101 100000 101011100 10110 111011

Color Harmonies of #AE818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE818A

Black with #AE818A

Text Example


Text Example

White with #AE818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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