Html Css Color HEX #A9697D Tapestry

📋 copy color: '#A9697D'

red 169 ◦ green 105 ◦ blue 125

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

Shades of Tapestry #A9697D

Tints of Tapestry #A9697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 42.36%
G = 26.32%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A9697D (or 0xA9697D) is known color: Tapestry. HEX triplet: A9, 69 and 7D. RGB value is (169,105,125). Sum of RGB (Red+Green+Blue) = 169+105+125=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A9697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9697D is #569682. Grayscale: #7E7E7E. Windows color (decimal): -5674627 or 8219049. OLE color: 8219049.

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

Color convert

RGB 169 105 125 -
CMYK 0 0.38 0.26 0.34
HSL 341.25º 0.27% 0.54% -
HSV(B) 341.25º 0.38% 0.66% -
XYZ 25.12 20.02 21.94 -
YUV 126.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 169 105 125 0 0.38 0.26 0.34 341.25 0.27 0.54
Hex A9 69 7D 0 26 1A 22 155 1B 36
Octal 251 151 175 0 46 32 42 525 33 66
Binary 10101001 1101001 1111101 0 100110 11010 100010 101010101 11011 110110

Color Harmonies of #A9697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9697D

Black with #A9697D

Text Example


Text Example

White with #A9697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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