Html Css Color HEX #AA858B Tapestry

📋 copy color: '#AA858B'

red 170 ◦ green 133 ◦ blue 139

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

Shades of Tapestry #AA858B

Tints of Tapestry #AA858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.09%

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

R = 38.46%
G = 30.09%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA858B (or 0xAA858B) is known color: Tapestry. HEX triplet: AA, 85 and 8B. RGB value is (170,133,139). Sum of RGB (Red+Green+Blue) = 170+133+139=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA858B is #557A74. Grayscale: #909090. Windows color (decimal): -5601909 or 9143722. OLE color: 9143722.

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

Color convert

RGB 170 133 139 -
CMYK 0 0.22 0.18 0.33
HSL 350.27º 0.18% 0.59% -
HSV(B) 350.27º 0.22% 0.67% -
XYZ 29.63 27.19 28.11 -
YUV 144.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 170 133 139 0 0.22 0.18 0.33 350.27 0.18 0.59
Hex AA 85 8B 0 16 12 21 15E 12 3B
Octal 252 205 213 0 26 22 41 536 22 73
Binary 10101010 10000101 10001011 0 10110 10010 100001 101011110 10010 111011

Color Harmonies of #AA858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA858B

Black with #AA858B

Text Example


Text Example

White with #AA858B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA858B; }

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

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

background-color css

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

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

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

border-color css

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

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

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