Html Css Color HEX #A9677D Tapestry

📋 copy color: '#A9677D'

red 169 ◦ green 103 ◦ blue 125

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

Shades of Tapestry #A9677D

Tints of Tapestry #A9677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.94%

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

R = 42.57%
G = 25.94%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A9677D (or 0xA9677D) is known color: Tapestry. HEX triplet: A9, 67 and 7D. RGB value is (169,103,125). Sum of RGB (Red+Green+Blue) = 169+103+125=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A9677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9677D is #569882. Grayscale: #7D7D7D. Windows color (decimal): -5675139 or 8218537. OLE color: 8218537.

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

Color convert

RGB 169 103 125 -
CMYK 0 0.39 0.26 0.34
HSL 340º 0.28% 0.53% -
HSV(B) 340º 0.39% 0.66% -
XYZ 24.91 19.62 21.88 -
YUV 125.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 169 103 125 0 0.39 0.26 0.34 340 0.28 0.53
Hex A9 67 7D 0 27 1A 22 154 1C 35
Octal 251 147 175 0 47 32 42 524 34 65
Binary 10101001 1100111 1111101 0 100111 11010 100010 101010100 11100 110101

Color Harmonies of #A9677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9677D

Black with #A9677D

Text Example


Text Example

White with #A9677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9677D; }

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

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

background-color css

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

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

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

border-color css

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

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

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