Html Css Color HEX #A77485 Tapestry

📋 copy color: '#A77485'

red 167 ◦ green 116 ◦ blue 133

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

Shades of Tapestry #A77485

Tints of Tapestry #A77485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.88%

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

R = 40.14%
G = 27.88%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A77485 (or 0xA77485) is known color: Tapestry. HEX triplet: A7, 74 and 85. RGB value is (167,116,133). Sum of RGB (Red+Green+Blue) = 167+116+133=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A77485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77485 is #588B7A. Grayscale: #858585. Windows color (decimal): -5802875 or 8746151. OLE color: 8746151.

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

Color convert

RGB 167 116 133 -
CMYK 0 0.31 0.20 0.35
HSL 340º 0.22% 0.55% -
HSV(B) 340º 0.31% 0.65% -
XYZ 26.42 22.4 25.12 -
YUV 133.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 167 116 133 0 0.31 0.20 0.35 340 0.22 0.55
Hex A7 74 85 0 1F 14 23 154 16 37
Octal 247 164 205 0 37 24 43 524 26 67
Binary 10100111 1110100 10000101 0 11111 10100 100011 101010100 10110 110111

Color Harmonies of #A77485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77485

Black with #A77485

Text Example


Text Example

White with #A77485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77485; }

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

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

background-color css

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

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

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

border-color css

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

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

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