Html Css Color HEX #AE7081 Tapestry

📋 copy color: '#AE7081'

red 174 ◦ green 112 ◦ blue 129

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

Shades of Tapestry #AE7081

Tints of Tapestry #AE7081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.99%

 BLUE value IS 129 (50.78% from 255) = 31.08%

R = 41.93%
G = 26.99%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE7081 (or 0xAE7081) is known color: Tapestry. HEX triplet: AE, 70 and 81. RGB value is (174,112,129). Sum of RGB (Red+Green+Blue) = 174+112+129=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7081 is #518F7E. Grayscale: #848484. Windows color (decimal): -5345151 or 8482990. OLE color: 8482990.

HSL color Cylindrical-coordinate representation of color #AE7081: hue angle of 343.55º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE7081 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 112 129 -
CMYK 0 0.36 0.26 0.32
HSL 343.55º 0.28% 0.56% -
HSV(B) 343.55º 0.36% 0.68% -
XYZ 27.21 22.17 23.61 -
YUV 132.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 174 112 129 0 0.36 0.26 0.32 343.55 0.28 0.56
Hex AE 70 81 0 24 1A 20 158 1C 38
Octal 256 160 201 0 44 32 40 530 34 70
Binary 10101110 1110000 10000001 0 100100 11010 100000 101011000 11100 111000

Color Harmonies of #AE7081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7081

Black with #AE7081

Text Example


Text Example

White with #AE7081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7081; }

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

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

background-color css

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

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

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

border-color css

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

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

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