Html Css Color HEX #AA667E Tapestry

📋 copy color: '#AA667E'

red 170 ◦ green 102 ◦ blue 126

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

Shades of Tapestry #AA667E

Tints of Tapestry #AA667E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.63%

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

R = 42.71%
G = 25.63%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA667E (or 0xAA667E) is known color: Tapestry. HEX triplet: AA, 66 and 7E. RGB value is (170,102,126). Sum of RGB (Red+Green+Blue) = 170+102+126=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA667E is #559981. Grayscale: #7D7D7D. Windows color (decimal): -5609858 or 8283818. OLE color: 8283818.

HSL color Cylindrical-coordinate representation of color #AA667E: hue angle of 338.82º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA667E is Cyan = 0, Magento = 0.4, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 102 126 -
CMYK 0 0.4 0.26 0.33
HSL 338.82º 0.29% 0.53% -
HSV(B) 338.82º 0.4% 0.67% -
XYZ 25.09 19.56 22.19 -
YUV 125.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 170 102 126 0 0.4 0.26 0.33 338.82 0.29 0.53
Hex AA 66 7E 0 28 1A 21 153 1D 35
Octal 252 146 176 0 50 32 41 523 35 65
Binary 10101010 1100110 1111110 0 101000 11010 100001 101010011 11101 110101

Color Harmonies of #AA667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA667E

Black with #AA667E

Text Example


Text Example

White with #AA667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA667E; }

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

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

background-color css

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

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

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

border-color css

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

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

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