Html Css Color HEX #A9607A Tapestry

📋 copy color: '#A9607A'

red 169 ◦ green 96 ◦ blue 122

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

Shades of Tapestry #A9607A

Tints of Tapestry #A9607A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 43.67%
G = 24.81%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A9607A (or 0xA9607A) is known color: Tapestry. HEX triplet: A9, 60 and 7A. RGB value is (169,96,122). Sum of RGB (Red+Green+Blue) = 169+96+122=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A9607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9607A is #569F85. Grayscale: #787878. Windows color (decimal): -5676934 or 8020137. OLE color: 8020137.

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

Color convert

RGB 169 96 122 -
CMYK 0 0.43 0.28 0.34
HSL 338.63º 0.3% 0.52% -
HSV(B) 338.63º 0.43% 0.66% -
XYZ 24.06 18.21 20.66 -
YUV 120.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 169 96 122 0 0.43 0.28 0.34 338.63 0.3 0.52
Hex A9 60 7A 0 2B 1C 22 153 1E 34
Octal 251 140 172 0 53 34 42 523 36 64
Binary 10101001 1100000 1111010 0 101011 11100 100010 101010011 11110 110100

Color Harmonies of #A9607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9607A

Black with #A9607A

Text Example


Text Example

White with #A9607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9607A; }

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

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

background-color css

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

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

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

border-color css

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

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

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