Html Css Color HEX #A76F83 Tapestry

📋 copy color: '#A76F83'

red 167 ◦ green 111 ◦ blue 131

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

Shades of Tapestry #A76F83

Tints of Tapestry #A76F83

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.14%

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

R = 40.83%
G = 27.14%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A76F83 (or 0xA76F83) is known color: Tapestry. HEX triplet: A7, 6F and 83. RGB value is (167,111,131). Sum of RGB (Red+Green+Blue) = 167+111+131=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76F83 is #58907C. Grayscale: #828282. Windows color (decimal): -5804157 or 8613799. OLE color: 8613799.

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

Color convert

RGB 167 111 131 -
CMYK 0 0.34 0.22 0.35
HSL 338.57º 0.24% 0.55% -
HSV(B) 338.57º 0.34% 0.65% -
XYZ 25.72 21.22 24.21 -
YUV 130.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 167 111 131 0 0.34 0.22 0.35 338.57 0.24 0.55
Hex A7 6F 83 0 22 16 23 153 18 37
Octal 247 157 203 0 42 26 43 523 30 67
Binary 10100111 1101111 10000011 0 100010 10110 100011 101010011 11000 110111

Color Harmonies of #A76F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F83

Black with #A76F83

Text Example


Text Example

White with #A76F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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