Html Css Color HEX #AE7B81 Tapestry

📋 copy color: '#AE7B81'

red 174 ◦ green 123 ◦ blue 129

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

Shades of Tapestry #AE7B81

Tints of Tapestry #AE7B81

RGB

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

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

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

R = 40.85%
G = 28.87%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE7B81 (or 0xAE7B81) is known color: Tapestry. HEX triplet: AE, 7B and 81. RGB value is (174,123,129). Sum of RGB (Red+Green+Blue) = 174+123+129=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7B81 is #51847E. Grayscale: #8A8A8A. Windows color (decimal): -5342335 or 8485806. OLE color: 8485806.

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

Color convert

RGB 174 123 129 -
CMYK 0 0.29 0.26 0.32
HSL 352.94º 0.24% 0.58% -
HSV(B) 352.94º 0.29% 0.68% -
XYZ 28.5 24.75 24.04 -
YUV 138.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 174 123 129 0 0.29 0.26 0.32 352.94 0.24 0.58
Hex AE 7B 81 0 1D 1A 20 161 18 3A
Octal 256 173 201 0 35 32 40 541 30 72
Binary 10101110 1111011 10000001 0 11101 11010 100000 101100001 11000 111010

Color Harmonies of #AE7B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7B81

Black with #AE7B81

Text Example


Text Example

White with #AE7B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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