Html Css Color HEX #A66B7F Tapestry

📋 copy color: '#A66B7F'

red 166 ◦ green 107 ◦ blue 127

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

Shades of Tapestry #A66B7F

Tints of Tapestry #A66B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.75%

 BLUE value IS 127 (50% from 255) = 31.75%

R = 41.5%
G = 26.75%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A66B7F (or 0xA66B7F) is known color: Tapestry. HEX triplet: A6, 6B and 7F. RGB value is (166,107,127). Sum of RGB (Red+Green+Blue) = 166+107+127=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66B7F is #599480. Grayscale: #7E7E7E. Windows color (decimal): -5870721 or 8350630. OLE color: 8350630.

HSL color Cylindrical-coordinate representation of color #A66B7F: hue angle of 339.66º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66B7F is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 107 127 -
CMYK 0 0.36 0.23 0.35
HSL 339.66º 0.25% 0.54% -
HSV(B) 339.66º 0.36% 0.65% -
XYZ 24.81 20.15 22.66 -
YUV 126.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 166 107 127 0 0.36 0.23 0.35 339.66 0.25 0.54
Hex A6 6B 7F 0 24 17 23 154 19 36
Octal 246 153 177 0 44 27 43 524 31 66
Binary 10100110 1101011 1111111 0 100100 10111 100011 101010100 11001 110110

Color Harmonies of #A66B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B7F

Black with #A66B7F

Text Example


Text Example

White with #A66B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B7F; }

 p { color: rgb(166,107,127); }

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

background-color css

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

 a { background-color: rgb(166,107,127); }

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

border-color css

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

 span { border-color: rgb(166,107,127); }

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