Html Css Color HEX #A96B81 Tapestry

📋 copy color: '#A96B81'

red 169 ◦ green 107 ◦ blue 129

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

Shades of Tapestry #A96B81

Tints of Tapestry #A96B81

RGB

 RED value IS 169 (66.41% from 255) = 41.73%

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

 BLUE value IS 129 (50.78% from 255) = 31.85%

R = 41.73%
G = 26.42%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A96B81 (or 0xA96B81) is known color: Tapestry. HEX triplet: A9, 6B and 81. RGB value is (169,107,129). Sum of RGB (Red+Green+Blue) = 169+107+129=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96B81 is #56947E. Grayscale: #808080. Windows color (decimal): -5674111 or 8481705. OLE color: 8481705.

HSL color Cylindrical-coordinate representation of color #A96B81: hue angle of 338.71º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96B81 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 107 129 -
CMYK 0 0.37 0.24 0.34
HSL 338.71º 0.26% 0.54% -
HSV(B) 338.71º 0.37% 0.66% -
XYZ 25.58 20.54 23.38 -
YUV 128.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 169 107 129 0 0.37 0.24 0.34 338.71 0.26 0.54
Hex A9 6B 81 0 25 18 22 153 1A 36
Octal 251 153 201 0 45 30 42 523 32 66
Binary 10101001 1101011 10000001 0 100101 11000 100010 101010011 11010 110110

Color Harmonies of #A96B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96B81

Black with #A96B81

Text Example


Text Example

White with #A96B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96B81; }

 p { color: rgb(169,107,129); }

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

background-color css

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

 a { background-color: rgb(169,107,129); }

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

border-color css

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

 span { border-color: rgb(169,107,129); }

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