Html Css Color HEX #AA677F Tapestry

📋 copy color: '#AA677F'

red 170 ◦ green 103 ◦ blue 127

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

Shades of Tapestry #AA677F

Tints of Tapestry #AA677F

RGB

 RED value IS 170 (66.8% from 255) = 42.5%

 GREEN value IS 103 (40.63% from 255) = 25.75%

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

R = 42.5%
G = 25.75%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA677F (or 0xAA677F) is known color: Tapestry. HEX triplet: AA, 67 and 7F. RGB value is (170,103,127). Sum of RGB (Red+Green+Blue) = 170+103+127=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA677F is #559880. Grayscale: #7D7D7D. Windows color (decimal): -5609601 or 8349610. OLE color: 8349610.

HSL color Cylindrical-coordinate representation of color #AA677F: hue angle of 338.51º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA677F is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 103 127 -
CMYK 0 0.39 0.25 0.33
HSL 338.51º 0.28% 0.54% -
HSV(B) 338.51º 0.39% 0.67% -
XYZ 25.26 19.78 22.57 -
YUV 125.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 170 103 127 0 0.39 0.25 0.33 338.51 0.28 0.54
Hex AA 67 7F 0 27 19 21 153 1C 36
Octal 252 147 177 0 47 31 41 523 34 66
Binary 10101010 1100111 1111111 0 100111 11001 100001 101010011 11100 110110

Color Harmonies of #AA677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA677F

Black with #AA677F

Text Example


Text Example

White with #AA677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA677F; }

 p { color: rgb(170,103,127); }

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

background-color css

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

 a { background-color: rgb(170,103,127); }

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

border-color css

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

 span { border-color: rgb(170,103,127); }

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