Html Css Color HEX #A96078 Tapestry

📋 copy color: '#A96078'

red 169 ◦ green 96 ◦ blue 120

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

Shades of Tapestry #A96078

Tints of Tapestry #A96078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 43.9%
G = 24.94%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A96078 (or 0xA96078) is known color: Tapestry. HEX triplet: A9, 60 and 78. RGB value is (169,96,120). Sum of RGB (Red+Green+Blue) = 169+96+120=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A96078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96078 is #569F87. Grayscale: #787878. Windows color (decimal): -5676936 or 7889065. OLE color: 7889065.

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

Color convert

RGB 169 96 120 -
CMYK 0 0.43 0.29 0.34
HSL 340.27º 0.3% 0.52% -
HSV(B) 340.27º 0.43% 0.66% -
XYZ 23.94 18.16 20.01 -
YUV 120.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 169 96 120 0 0.43 0.29 0.34 340.27 0.3 0.52
Hex A9 60 78 0 2B 1D 22 154 1E 34
Octal 251 140 170 0 53 35 42 524 36 64
Binary 10101001 1100000 1111000 0 101011 11101 100010 101010100 11110 110100

Color Harmonies of #A96078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96078

Black with #A96078

Text Example


Text Example

White with #A96078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96078; }

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

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

background-color css

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

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

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

border-color css

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

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

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