Html Css Color HEX #A9607B Tapestry

📋 copy color: '#A9607B'

red 169 ◦ green 96 ◦ blue 123

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

Shades of Tapestry #A9607B

Tints of Tapestry #A9607B

RGB

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

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

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

R = 43.56%
G = 24.74%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A9607B (or 0xA9607B) is known color: Tapestry. HEX triplet: A9, 60 and 7B. RGB value is (169,96,123). Sum of RGB (Red+Green+Blue) = 169+96+123=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A9607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9607B is #569F84. Grayscale: #787878. Windows color (decimal): -5676933 or 8085673. OLE color: 8085673.

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

Color convert

RGB 169 96 123 -
CMYK 0 0.43 0.27 0.34
HSL 337.81º 0.3% 0.52% -
HSV(B) 337.81º 0.43% 0.66% -
XYZ 24.12 18.23 20.99 -
YUV 120.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 169 96 123 0 0.43 0.27 0.34 337.81 0.3 0.52
Hex A9 60 7B 0 2B 1B 22 152 1E 34
Octal 251 140 173 0 53 33 42 522 36 64
Binary 10101001 1100000 1111011 0 101011 11011 100010 101010010 11110 110100

Color Harmonies of #A9607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9607B

Black with #A9607B

Text Example


Text Example

White with #A9607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9607B; }

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

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

background-color css

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

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

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

border-color css

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

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

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