Html Css Color HEX #AE767F Tapestry

📋 copy color: '#AE767F'

red 174 ◦ green 118 ◦ blue 127

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

Shades of Tapestry #AE767F

Tints of Tapestry #AE767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.16%

 BLUE value IS 127 (50% from 255) = 30.31%

R = 41.53%
G = 28.16%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE767F (or 0xAE767F) is known color: Tapestry. HEX triplet: AE, 76 and 7F. RGB value is (174,118,127). Sum of RGB (Red+Green+Blue) = 174+118+127=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE767F is #518980. Grayscale: #878787. Windows color (decimal): -5343617 or 8353454. OLE color: 8353454.

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

Color convert

RGB 174 118 127 -
CMYK 0 0.32 0.27 0.32
HSL 350.36º 0.26% 0.57% -
HSV(B) 350.36º 0.32% 0.68% -
XYZ 27.76 23.49 23.15 -
YUV 135.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 174 118 127 0 0.32 0.27 0.32 350.36 0.26 0.57
Hex AE 76 7F 0 20 1B 20 15E 1A 39
Octal 256 166 177 0 40 33 40 536 32 71
Binary 10101110 1110110 1111111 0 100000 11011 100000 101011110 11010 111001

Color Harmonies of #AE767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE767F

Black with #AE767F

Text Example


Text Example

White with #AE767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE767F; }

 p { color: rgb(174,118,127); }

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

background-color css

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

 a { background-color: rgb(174,118,127); }

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

border-color css

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

 span { border-color: rgb(174,118,127); }

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