Html Css Color HEX #A96080 Tapestry

📋 copy color: '#A96080'

red 169 ◦ green 96 ◦ blue 128

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

Shades of Tapestry #A96080

Tints of Tapestry #A96080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.43%

 BLUE value IS 128 (50.39% from 255) = 32.57%

R = 43%
G = 24.43%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A96080 (or 0xA96080) is known color: Tapestry. HEX triplet: A9, 60 and 80. RGB value is (169,96,128). Sum of RGB (Red+Green+Blue) = 169+96+128=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A96080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96080 is #569F7F. Grayscale: #797979. Windows color (decimal): -5676928 or 8413353. OLE color: 8413353.

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

Color convert

RGB 169 96 128 -
CMYK 0 0.43 0.24 0.34
HSL 333.7º 0.3% 0.52% -
HSV(B) 333.7º 0.43% 0.66% -
XYZ 24.44 18.36 22.68 -
YUV 121.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 169 96 128 0 0.43 0.24 0.34 333.7 0.3 0.52
Hex A9 60 80 0 2B 18 22 14E 1E 34
Octal 251 140 200 0 53 30 42 516 36 64
Binary 10101001 1100000 10000000 0 101011 11000 100010 101001110 11110 110100

Color Harmonies of #A96080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96080

Black with #A96080

Text Example


Text Example

White with #A96080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96080; }

 p { color: rgb(169,96,128); }

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

background-color css

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

 a { background-color: rgb(169,96,128); }

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

border-color css

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

 span { border-color: rgb(169,96,128); }

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