Html Css Color HEX #A77385 Tapestry

📋 copy color: '#A77385'

red 167 ◦ green 115 ◦ blue 133

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

Shades of Tapestry #A77385

Tints of Tapestry #A77385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.71%

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

R = 40.24%
G = 27.71%
B = 32.05%

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

#A77385 (or 0xA77385) is known color: Tapestry. HEX triplet: A7, 73 and 85. RGB value is (167,115,133). Sum of RGB (Red+Green+Blue) = 167+115+133=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A77385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77385 is #588C7A. Grayscale: #848484. Windows color (decimal): -5803131 or 8745895. OLE color: 8745895.

HSL color Cylindrical-coordinate representation of color #A77385: hue angle of 339.23º degrees, saturation: 0.23, 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 #A77385 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 115 133 -
CMYK 0 0.31 0.20 0.35
HSL 339.23º 0.23% 0.55% -
HSV(B) 339.23º 0.31% 0.65% -
XYZ 26.3 22.17 25.08 -
YUV 132.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 167 115 133 0 0.31 0.20 0.35 339.23 0.23 0.55
Hex A7 73 85 0 1F 14 23 153 17 37
Octal 247 163 205 0 37 24 43 523 27 67
Binary 10100111 1110011 10000101 0 11111 10100 100011 101010011 10111 110111

Color Harmonies of #A77385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77385

Black with #A77385

Text Example


Text Example

White with #A77385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77385; }

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

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

background-color css

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

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

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

border-color css

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

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

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