Html Css Color HEX #AE7481 Tapestry

📋 copy color: '#AE7481'

red 174 ◦ green 116 ◦ blue 129

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

Shades of Tapestry #AE7481

Tints of Tapestry #AE7481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.68%

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

R = 41.53%
G = 27.68%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE7481 (or 0xAE7481) is known color: Tapestry. HEX triplet: AE, 74 and 81. RGB value is (174,116,129). Sum of RGB (Red+Green+Blue) = 174+116+129=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7481 is #518B7E. Grayscale: #868686. Windows color (decimal): -5344127 or 8484014. OLE color: 8484014.

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

Color convert

RGB 174 116 129 -
CMYK 0 0.33 0.26 0.32
HSL 346.55º 0.26% 0.57% -
HSV(B) 346.55º 0.33% 0.68% -
XYZ 27.66 23.07 23.76 -
YUV 134.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 174 116 129 0 0.33 0.26 0.32 346.55 0.26 0.57
Hex AE 74 81 0 21 1A 20 15B 1A 39
Octal 256 164 201 0 41 32 40 533 32 71
Binary 10101110 1110100 10000001 0 100001 11010 100000 101011011 11010 111001

Color Harmonies of #AE7481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7481

Black with #AE7481

Text Example


Text Example

White with #AE7481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7481; }

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

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

background-color css

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

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

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

border-color css

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

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

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