Html Css Color HEX #AE7986 Tapestry

📋 copy color: '#AE7986'

red 174 ◦ green 121 ◦ blue 134

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

Shades of Tapestry #AE7986

Tints of Tapestry #AE7986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.21%

 BLUE value IS 134 (52.73% from 255) = 31.24%

R = 40.56%
G = 28.21%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AE7986 (or 0xAE7986) is known color: Tapestry. HEX triplet: AE, 79 and 86. RGB value is (174,121,134). Sum of RGB (Red+Green+Blue) = 174+121+134=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7986 is #518679. Grayscale: #8A8A8A. Windows color (decimal): -5342842 or 8812974. OLE color: 8812974.

HSL color Cylindrical-coordinate representation of color #AE7986: hue angle of 345.28º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7986 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 121 134 -
CMYK 0 0.30 0.23 0.32
HSL 345.28º 0.25% 0.58% -
HSV(B) 345.28º 0.3% 0.68% -
XYZ 28.6 24.39 25.76 -
YUV 138.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 174 121 134 0 0.30 0.23 0.32 345.28 0.25 0.58
Hex AE 79 86 0 1E 17 20 159 19 3A
Octal 256 171 206 0 36 27 40 531 31 72
Binary 10101110 1111001 10000110 0 11110 10111 100000 101011001 11001 111010

Color Harmonies of #AE7986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7986

Black with #AE7986

Text Example


Text Example

White with #AE7986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7986; }

 p { color: rgb(174,121,134); }

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

background-color css

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

 a { background-color: rgb(174,121,134); }

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

border-color css

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

 span { border-color: rgb(174,121,134); }

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