Html Css Color HEX #A96582 Tapestry

📋 copy color: '#A96582'

red 169 ◦ green 101 ◦ blue 130

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

Shades of Tapestry #A96582

Tints of Tapestry #A96582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.25%

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

R = 42.25%
G = 25.25%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A96582 (or 0xA96582) is known color: Tapestry. HEX triplet: A9, 65 and 82. RGB value is (169,101,130). Sum of RGB (Red+Green+Blue) = 169+101+130=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A96582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A96582 is #569A7D. Grayscale: #7C7C7C. Windows color (decimal): -5675646 or 8545705. OLE color: 8545705.

HSL color Cylindrical-coordinate representation of color #A96582: hue angle of 334.41º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96582 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 101 130 -
CMYK 0 0.40 0.23 0.34
HSL 334.41º 0.28% 0.53% -
HSV(B) 334.41º 0.4% 0.66% -
XYZ 25.05 19.35 23.53 -
YUV 124.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 169 101 130 0 0.40 0.23 0.34 334.41 0.28 0.53
Hex A9 65 82 0 28 17 22 14E 1C 35
Octal 251 145 202 0 50 27 42 516 34 65
Binary 10101001 1100101 10000010 0 101000 10111 100010 101001110 11100 110101

Color Harmonies of #A96582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96582

Black with #A96582

Text Example


Text Example

White with #A96582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96582; }

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

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

background-color css

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

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

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

border-color css

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

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

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