Html Css Color HEX #A77085 Tapestry

📋 copy color: '#A77085'

red 167 ◦ green 112 ◦ blue 133

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

Shades of Tapestry #A77085

Tints of Tapestry #A77085

RGB

 RED value IS 167 (65.63% from 255) = 40.53%

 GREEN value IS 112 (44.14% from 255) = 27.18%

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

R = 40.53%
G = 27.18%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A77085 (or 0xA77085) is known color: Tapestry. HEX triplet: A7, 70 and 85. RGB value is (167,112,133). Sum of RGB (Red+Green+Blue) = 167+112+133=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A77085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77085 is #588F7A. Grayscale: #828282. Windows color (decimal): -5803899 or 8745127. OLE color: 8745127.

HSL color Cylindrical-coordinate representation of color #A77085: hue angle of 337.09º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A77085 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 112 133 -
CMYK 0 0.33 0.20 0.35
HSL 337.09º 0.24% 0.55% -
HSV(B) 337.09º 0.33% 0.65% -
XYZ 25.96 21.5 24.97 -
YUV 130.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 167 112 133 0 0.33 0.20 0.35 337.09 0.24 0.55
Hex A7 70 85 0 21 14 23 151 18 37
Octal 247 160 205 0 41 24 43 521 30 67
Binary 10100111 1110000 10000101 0 100001 10100 100011 101010001 11000 110111

Color Harmonies of #A77085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77085

Black with #A77085

Text Example


Text Example

White with #A77085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77085; }

 p { color: rgb(167,112,133); }

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

background-color css

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

 a { background-color: rgb(167,112,133); }

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

border-color css

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

 span { border-color: rgb(167,112,133); }

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