Html Css Color HEX #A56B7F Tapestry

📋 copy color: '#A56B7F'

red 165 ◦ green 107 ◦ blue 127

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

Shades of Tapestry #A56B7F

Tints of Tapestry #A56B7F

RGB

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

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

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

R = 41.35%
G = 26.82%
B = 31.83%

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

#A56B7F (or 0xA56B7F) is known color: Tapestry. HEX triplet: A5, 6B and 7F. RGB value is (165,107,127). Sum of RGB (Red+Green+Blue) = 165+107+127=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B7F is #5A9480. Grayscale: #7E7E7E. Windows color (decimal): -5936257 or 8350629. OLE color: 8350629.

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

Color convert

RGB 165 107 127 -
CMYK 0 0.35 0.23 0.35
HSL 339.31º 0.24% 0.53% -
HSV(B) 339.31º 0.35% 0.65% -
XYZ 24.61 20.05 22.65 -
YUV 126.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 165 107 127 0 0.35 0.23 0.35 339.31 0.24 0.53
Hex A5 6B 7F 0 23 17 23 153 18 35
Octal 245 153 177 0 43 27 43 523 30 65
Binary 10100101 1101011 1111111 0 100011 10111 100011 101010011 11000 110101

Color Harmonies of #A56B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B7F

Black with #A56B7F

Text Example


Text Example

White with #A56B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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