Html Css Color HEX #AA698B Tapestry

📋 copy color: '#AA698B'

red 170 ◦ green 105 ◦ blue 139

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

Shades of Tapestry #AA698B

Tints of Tapestry #AA698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.36%

 BLUE value IS 139 (54.69% from 255) = 33.57%

R = 41.06%
G = 25.36%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA698B (or 0xAA698B) is known color: Tapestry. HEX triplet: AA, 69 and 8B. RGB value is (170,105,139). Sum of RGB (Red+Green+Blue) = 170+105+139=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA698B is #559674. Grayscale: #808080. Windows color (decimal): -5609077 or 9136554. OLE color: 9136554.

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

Color convert

RGB 170 105 139 -
CMYK 0 0.38 0.18 0.33
HSL 328.62º 0.28% 0.54% -
HSV(B) 328.62º 0.38% 0.67% -
XYZ 26.29 20.51 27 -
YUV 128.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 170 105 139 0 0.38 0.18 0.33 328.62 0.28 0.54
Hex AA 69 8B 0 26 12 21 149 1C 36
Octal 252 151 213 0 46 22 41 511 34 66
Binary 10101010 1101001 10001011 0 100110 10010 100001 101001001 11100 110110

Color Harmonies of #AA698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA698B

Black with #AA698B

Text Example


Text Example

White with #AA698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA698B; }

 p { color: rgb(170,105,139); }

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

background-color css

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

 a { background-color: rgb(170,105,139); }

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

border-color css

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

 span { border-color: rgb(170,105,139); }

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