Html Css Color HEX #A56C7F Tapestry

📋 copy color: '#A56C7F'

red 165 ◦ green 108 ◦ blue 127

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

Shades of Tapestry #A56C7F

Tints of Tapestry #A56C7F

RGB

 RED value IS 165 (64.84% from 255) = 41.25%

 GREEN value IS 108 (42.58% from 255) = 27%

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

R = 41.25%
G = 27%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A56C7F (or 0xA56C7F) is known color: Tapestry. HEX triplet: A5, 6C and 7F. RGB value is (165,108,127). Sum of RGB (Red+Green+Blue) = 165+108+127=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56C7F is #5A9380. Grayscale: #7F7F7F. Windows color (decimal): -5936001 or 8350885. OLE color: 8350885.

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

Color convert

RGB 165 108 127 -
CMYK 0 0.35 0.23 0.35
HSL 340º 0.24% 0.54% -
HSV(B) 340º 0.35% 0.65% -
XYZ 24.71 20.26 22.69 -
YUV 127.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 165 108 127 0 0.35 0.23 0.35 340 0.24 0.54
Hex A5 6C 7F 0 23 17 23 154 18 36
Octal 245 154 177 0 43 27 43 524 30 66
Binary 10100101 1101100 1111111 0 100011 10111 100011 101010100 11000 110110

Color Harmonies of #A56C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56C7F

Black with #A56C7F

Text Example


Text Example

White with #A56C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56C7F; }

 p { color: rgb(165,108,127); }

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

background-color css

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

 a { background-color: rgb(165,108,127); }

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

border-color css

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

 span { border-color: rgb(165,108,127); }

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