Html Css Color HEX #A96381 Tapestry

📋 copy color: '#A96381'

red 169 ◦ green 99 ◦ blue 129

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

Shades of Tapestry #A96381

Tints of Tapestry #A96381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.94%

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

R = 42.57%
G = 24.94%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A96381 (or 0xA96381) is known color: Tapestry. HEX triplet: A9, 63 and 81. RGB value is (169,99,129). Sum of RGB (Red+Green+Blue) = 169+99+129=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A96381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96381 is #569C7E. Grayscale: #7B7B7B. Windows color (decimal): -5676159 or 8479657. OLE color: 8479657.

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

Color convert

RGB 169 99 129 -
CMYK 0 0.41 0.24 0.34
HSL 334.29º 0.29% 0.53% -
HSV(B) 334.29º 0.41% 0.66% -
XYZ 24.79 18.94 23.12 -
YUV 123.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 169 99 129 0 0.41 0.24 0.34 334.29 0.29 0.53
Hex A9 63 81 0 29 18 22 14E 1D 35
Octal 251 143 201 0 51 30 42 516 35 65
Binary 10101001 1100011 10000001 0 101001 11000 100010 101001110 11101 110101

Color Harmonies of #A96381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96381

Black with #A96381

Text Example


Text Example

White with #A96381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96381; }

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

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

background-color css

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

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

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

border-color css

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

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

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