Html Css Color HEX #AA7D85 Tapestry

📋 copy color: '#AA7D85'

red 170 ◦ green 125 ◦ blue 133

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

Shades of Tapestry #AA7D85

Tints of Tapestry #AA7D85

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.21%

 BLUE value IS 133 (52.34% from 255) = 31.07%

R = 39.72%
G = 29.21%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA7D85 (or 0xAA7D85) is known color: Tapestry. HEX triplet: AA, 7D and 85. RGB value is (170,125,133). Sum of RGB (Red+Green+Blue) = 170+125+133=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7D85 is #55827A. Grayscale: #8B8B8B. Windows color (decimal): -5603963 or 8748458. OLE color: 8748458.

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

Color convert

RGB 170 125 133 -
CMYK 0 0.26 0.22 0.33
HSL 349.33º 0.21% 0.58% -
HSV(B) 349.33º 0.26% 0.67% -
XYZ 28.14 24.91 25.51 -
YUV 139.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 170 125 133 0 0.26 0.22 0.33 349.33 0.21 0.58
Hex AA 7D 85 0 1A 16 21 15D 15 3A
Octal 252 175 205 0 32 26 41 535 25 72
Binary 10101010 1111101 10000101 0 11010 10110 100001 101011101 10101 111010

Color Harmonies of #AA7D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7D85

Black with #AA7D85

Text Example


Text Example

White with #AA7D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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