Html Css Color HEX #A46F7F Tapestry

📋 copy color: '#A46F7F'

red 164 ◦ green 111 ◦ blue 127

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

Shades of Tapestry #A46F7F

Tints of Tapestry #A46F7F

RGB

 RED value IS 164 (64.45% from 255) = 40.8%

 GREEN value IS 111 (43.75% from 255) = 27.61%

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

R = 40.8%
G = 27.61%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A46F7F (or 0xA46F7F) is known color: Tapestry. HEX triplet: A4, 6F and 7F. RGB value is (164,111,127). Sum of RGB (Red+Green+Blue) = 164+111+127=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F7F is #5B9080. Grayscale: #808080. Windows color (decimal): -6000769 or 8351652. OLE color: 8351652.

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

Color convert

RGB 164 111 127 -
CMYK 0 0.32 0.23 0.36
HSL 341.89º 0.23% 0.54% -
HSV(B) 341.89º 0.32% 0.64% -
XYZ 24.83 20.79 22.78 -
YUV 128.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 164 111 127 0 0.32 0.23 0.36 341.89 0.23 0.54
Hex A4 6F 7F 0 20 17 24 156 17 36
Octal 244 157 177 0 40 27 44 526 27 66
Binary 10100100 1101111 1111111 0 100000 10111 100100 101010110 10111 110110

Color Harmonies of #A46F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F7F

Black with #A46F7F

Text Example


Text Example

White with #A46F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F7F; }

 p { color: rgb(164,111,127); }

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

background-color css

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

 a { background-color: rgb(164,111,127); }

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

border-color css

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

 span { border-color: rgb(164,111,127); }

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