Html Css Color HEX #AA7A83 Tapestry

📋 copy color: '#AA7A83'

red 170 ◦ green 122 ◦ blue 131

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

Shades of Tapestry #AA7A83

Tints of Tapestry #AA7A83

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.84%

 BLUE value IS 131 (51.56% from 255) = 30.97%

R = 40.19%
G = 28.84%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA7A83 (or 0xAA7A83) is known color: Tapestry. HEX triplet: AA, 7A and 83. RGB value is (170,122,131). Sum of RGB (Red+Green+Blue) = 170+122+131=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A83 is #55857C. Grayscale: #898989. Windows color (decimal): -5604733 or 8616618. OLE color: 8616618.

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

Color convert

RGB 170 122 131 -
CMYK 0 0.28 0.23 0.33
HSL 348.75º 0.22% 0.57% -
HSV(B) 348.75º 0.28% 0.67% -
XYZ 27.63 24.1 24.67 -
YUV 137.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 170 122 131 0 0.28 0.23 0.33 348.75 0.22 0.57
Hex AA 7A 83 0 1C 17 21 15D 16 39
Octal 252 172 203 0 34 27 41 535 26 71
Binary 10101010 1111010 10000011 0 11100 10111 100001 101011101 10110 111001

Color Harmonies of #AA7A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A83

Black with #AA7A83

Text Example


Text Example

White with #AA7A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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