Html Css Color HEX #AE7B8A Tapestry

📋 copy color: '#AE7B8A'

red 174 ◦ green 123 ◦ blue 138

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

Shades of Tapestry #AE7B8A

Tints of Tapestry #AE7B8A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.28%

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

R = 40%
G = 28.28%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE7B8A (or 0xAE7B8A) is known color: Tapestry. HEX triplet: AE, 7B and 8A. RGB value is (174,123,138). Sum of RGB (Red+Green+Blue) = 174+123+138=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7B8A is #518475. Grayscale: #8B8B8B. Windows color (decimal): -5342326 or 9075630. OLE color: 9075630.

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

Color convert

RGB 174 123 138 -
CMYK 0 0.29 0.21 0.32
HSL 342.35º 0.24% 0.58% -
HSV(B) 342.35º 0.29% 0.68% -
XYZ 29.13 25 27.34 -
YUV 139.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 174 123 138 0 0.29 0.21 0.32 342.35 0.24 0.58
Hex AE 7B 8A 0 1D 15 20 156 18 3A
Octal 256 173 212 0 35 25 40 526 30 72
Binary 10101110 1111011 10001010 0 11101 10101 100000 101010110 11000 111010

Color Harmonies of #AE7B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B8A

Black with #AE7B8A

Text Example


Text Example

White with #AE7B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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