Html Css Color HEX #A77083 Tapestry

📋 copy color: '#A77083'

red 167 ◦ green 112 ◦ blue 131

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

Shades of Tapestry #A77083

Tints of Tapestry #A77083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.95%

R = 40.73%
G = 27.32%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A77083 (or 0xA77083) is known color: Tapestry. HEX triplet: A7, 70 and 83. RGB value is (167,112,131). Sum of RGB (Red+Green+Blue) = 167+112+131=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A77083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77083 is #588F7C. Grayscale: #828282. Windows color (decimal): -5803901 or 8614055. OLE color: 8614055.

HSL color Cylindrical-coordinate representation of color #A77083: hue angle of 339.27º 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 #A77083 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 112 131 -
CMYK 0 0.33 0.22 0.35
HSL 339.27º 0.24% 0.55% -
HSV(B) 339.27º 0.33% 0.65% -
XYZ 25.83 21.44 24.25 -
YUV 130.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 167 112 131 0 0.33 0.22 0.35 339.27 0.24 0.55
Hex A7 70 83 0 21 16 23 153 18 37
Octal 247 160 203 0 41 26 43 523 30 67
Binary 10100111 1110000 10000011 0 100001 10110 100011 101010011 11000 110111

Color Harmonies of #A77083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77083

Black with #A77083

Text Example


Text Example

White with #A77083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77083; }

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

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

background-color css

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

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

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

border-color css

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

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

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