Html Css Color HEX #A96082 Tapestry

📋 copy color: '#A96082'

red 169 ◦ green 96 ◦ blue 130

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

Shades of Tapestry #A96082

Tints of Tapestry #A96082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.91%

R = 42.78%
G = 24.3%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A96082 (or 0xA96082) is known color: Tapestry. HEX triplet: A9, 60 and 82. RGB value is (169,96,130). Sum of RGB (Red+Green+Blue) = 169+96+130=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A96082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96082 is #569F7D. Grayscale: #797979. Windows color (decimal): -5676926 or 8544425. OLE color: 8544425.

HSL color Cylindrical-coordinate representation of color #A96082: hue angle of 332.05º 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 #A96082 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 96 130 -
CMYK 0 0.43 0.23 0.34
HSL 332.05º 0.3% 0.52% -
HSV(B) 332.05º 0.43% 0.66% -
XYZ 24.57 18.41 23.38 -
YUV 121.7 132.68 161.74 -
System Red Green Blue C M Y K H S L
Decimal 169 96 130 0 0.43 0.23 0.34 332.05 0.3 0.52
Hex A9 60 82 0 2B 17 22 14C 1E 34
Octal 251 140 202 0 53 27 42 514 36 64
Binary 10101001 1100000 10000010 0 101011 10111 100010 101001100 11110 110100

Color Harmonies of #A96082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96082

Black with #A96082

Text Example


Text Example

White with #A96082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96082; }

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

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

background-color css

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

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

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

border-color css

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

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

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