Html Css Color HEX #A6607B Tapestry

📋 copy color: '#A6607B'

red 166 ◦ green 96 ◦ blue 123

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

Shades of Tapestry #A6607B

Tints of Tapestry #A6607B

RGB

 RED value IS 166 (65.23% from 255) = 43.12%

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

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

R = 43.12%
G = 24.94%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6607B (or 0xA6607B) is known color: Tapestry. HEX triplet: A6, 60 and 7B. RGB value is (166,96,123). Sum of RGB (Red+Green+Blue) = 166+96+123=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A6607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6607B is #599F84. Grayscale: #777777. Windows color (decimal): -5873541 or 8085670. OLE color: 8085670.

HSL color Cylindrical-coordinate representation of color #A6607B: hue angle of 336.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6607B is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 96 123 -
CMYK 0 0.42 0.26 0.35
HSL 336.86º 0.28% 0.51% -
HSV(B) 336.86º 0.42% 0.65% -
XYZ 23.48 17.9 20.96 -
YUV 120.01 129.69 160.8 -
System Red Green Blue C M Y K H S L
Decimal 166 96 123 0 0.42 0.26 0.35 336.86 0.28 0.51
Hex A6 60 7B 0 2A 1A 23 151 1C 33
Octal 246 140 173 0 52 32 43 521 34 63
Binary 10100110 1100000 1111011 0 101010 11010 100011 101010001 11100 110011

Color Harmonies of #A6607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6607B

Black with #A6607B

Text Example


Text Example

White with #A6607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6607B; }

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

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

background-color css

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

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

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

border-color css

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

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

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