Html Css Color HEX #A9697B Tapestry

📋 copy color: '#A9697B'

red 169 ◦ green 105 ◦ blue 123

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

Shades of Tapestry #A9697B

Tints of Tapestry #A9697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.45%

 BLUE value IS 123 (48.44% from 255) = 30.98%

R = 42.57%
G = 26.45%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A9697B (or 0xA9697B) is known color: Tapestry. HEX triplet: A9, 69 and 7B. RGB value is (169,105,123). Sum of RGB (Red+Green+Blue) = 169+105+123=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A9697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9697B is #569684. Grayscale: #7E7E7E. Windows color (decimal): -5674629 or 8087977. OLE color: 8087977.

HSL color Cylindrical-coordinate representation of color #A9697B: hue angle of 343.12º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9697B is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 105 123 -
CMYK 0 0.38 0.27 0.34
HSL 343.13º 0.27% 0.54% -
HSV(B) 343.13º 0.38% 0.66% -
XYZ 24.99 19.97 21.28 -
YUV 126.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 169 105 123 0 0.38 0.27 0.34 343.13 0.27 0.54
Hex A9 69 7B 0 26 1B 22 157 1B 36
Octal 251 151 173 0 46 33 42 527 33 66
Binary 10101001 1101001 1111011 0 100110 11011 100010 101010111 11011 110110

Color Harmonies of #A9697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9697B

Black with #A9697B

Text Example


Text Example

White with #A9697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9697B; }

 p { color: rgb(169,105,123); }

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

background-color css

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

 a { background-color: rgb(169,105,123); }

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

border-color css

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

 span { border-color: rgb(169,105,123); }

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