Html Css Color HEX #AA677A Tapestry

📋 copy color: '#AA677A'

red 170 ◦ green 103 ◦ blue 122

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

Shades of Tapestry #AA677A

Tints of Tapestry #AA677A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.89%

R = 43.04%
G = 26.08%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA677A (or 0xAA677A) is known color: Tapestry. HEX triplet: AA, 67 and 7A. RGB value is (170,103,122). Sum of RGB (Red+Green+Blue) = 170+103+122=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA677A is #559885. Grayscale: #7D7D7D. Windows color (decimal): -5609606 or 8021930. OLE color: 8021930.

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

Color convert

RGB 170 103 122 -
CMYK 0 0.39 0.28 0.33
HSL 342.99º 0.28% 0.54% -
HSV(B) 342.99º 0.39% 0.67% -
XYZ 24.94 19.65 20.89 -
YUV 125.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 170 103 122 0 0.39 0.28 0.33 342.99 0.28 0.54
Hex AA 67 7A 0 27 1C 21 157 1C 36
Octal 252 147 172 0 47 34 41 527 34 66
Binary 10101010 1100111 1111010 0 100111 11100 100001 101010111 11100 110110

Color Harmonies of #AA677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA677A

Black with #AA677A

Text Example


Text Example

White with #AA677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA677A; }

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

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

background-color css

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

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

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

border-color css

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

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

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