Html Css Color HEX #AA677E Tapestry

📋 copy color: '#AA677E'

red 170 ◦ green 103 ◦ blue 126

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

Shades of Tapestry #AA677E

Tints of Tapestry #AA677E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.58%

R = 42.61%
G = 25.81%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA677E (or 0xAA677E) is known color: Tapestry. HEX triplet: AA, 67 and 7E. RGB value is (170,103,126). Sum of RGB (Red+Green+Blue) = 170+103+126=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA677E is #559881. Grayscale: #7D7D7D. Windows color (decimal): -5609602 or 8284074. OLE color: 8284074.

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

Color convert

RGB 170 103 126 -
CMYK 0 0.39 0.26 0.33
HSL 339.4º 0.28% 0.54% -
HSV(B) 339.4º 0.39% 0.67% -
XYZ 25.19 19.75 22.22 -
YUV 125.66 128.2 159.63 -
System Red Green Blue C M Y K H S L
Decimal 170 103 126 0 0.39 0.26 0.33 339.4 0.28 0.54
Hex AA 67 7E 0 27 1A 21 153 1C 36
Octal 252 147 176 0 47 32 41 523 34 66
Binary 10101010 1100111 1111110 0 100111 11010 100001 101010011 11100 110110

Color Harmonies of #AA677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA677E

Black with #AA677E

Text Example


Text Example

White with #AA677E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA677E; }

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

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

background-color css

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

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

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

border-color css

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

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

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