Html Css Color HEX #A76B83 Tapestry

📋 copy color: '#A76B83'

red 167 ◦ green 107 ◦ blue 131

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

Shades of Tapestry #A76B83

Tints of Tapestry #A76B83

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.42%

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

R = 41.23%
G = 26.42%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A76B83 (or 0xA76B83) is known color: Tapestry. HEX triplet: A7, 6B and 83. RGB value is (167,107,131). Sum of RGB (Red+Green+Blue) = 167+107+131=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76B83 is #58947C. Grayscale: #7F7F7F. Windows color (decimal): -5805181 or 8612775. OLE color: 8612775.

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

Color convert

RGB 167 107 131 -
CMYK 0 0.36 0.22 0.35
HSL 336º 0.25% 0.54% -
HSV(B) 336º 0.36% 0.65% -
XYZ 25.29 20.37 24.07 -
YUV 127.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 167 107 131 0 0.36 0.22 0.35 336 0.25 0.54
Hex A7 6B 83 0 24 16 23 150 19 36
Octal 247 153 203 0 44 26 43 520 31 66
Binary 10100111 1101011 10000011 0 100100 10110 100011 101010000 11001 110110

Color Harmonies of #A76B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76B83

Black with #A76B83

Text Example


Text Example

White with #A76B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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