Html Css Color HEX #A9707E Tapestry

📋 copy color: '#A9707E'

red 169 ◦ green 112 ◦ blue 126

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

Shades of Tapestry #A9707E

Tints of Tapestry #A9707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.52%

 BLUE value IS 126 (49.61% from 255) = 30.96%

R = 41.52%
G = 27.52%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A9707E (or 0xA9707E) is known color: Tapestry. HEX triplet: A9, 70 and 7E. RGB value is (169,112,126). Sum of RGB (Red+Green+Blue) = 169+112+126=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A9707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9707E is #568F81. Grayscale: #828282. Windows color (decimal): -5672834 or 8286377. OLE color: 8286377.

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

Color convert

RGB 169 112 126 -
CMYK 0 0.34 0.25 0.34
HSL 345.26º 0.25% 0.55% -
HSV(B) 345.26º 0.34% 0.66% -
XYZ 25.92 21.53 22.53 -
YUV 130.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 169 112 126 0 0.34 0.25 0.34 345.26 0.25 0.55
Hex A9 70 7E 0 22 19 22 159 19 37
Octal 251 160 176 0 42 31 42 531 31 67
Binary 10101001 1110000 1111110 0 100010 11001 100010 101011001 11001 110111

Color Harmonies of #A9707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9707E

Black with #A9707E

Text Example


Text Example

White with #A9707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9707E; }

 p { color: rgb(169,112,126); }

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

background-color css

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

 a { background-color: rgb(169,112,126); }

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

border-color css

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

 span { border-color: rgb(169,112,126); }

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