Html Css Color HEX #A56547 Tuscany

📋 copy color: '#A56547'

red 165 ◦ green 101 ◦ blue 71

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

Shades of Tuscany #A56547

Tints of Tuscany #A56547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.97%

 BLUE value IS 71 (28.13% from 255) = 21.07%

R = 48.96%
G = 29.97%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A56547 (or 0xA56547) is known color: Tuscany. HEX triplet: A5, 65 and 47. RGB value is (165,101,71). Sum of RGB (Red+Green+Blue) = 165+101+71=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A56547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56547 is #5A9AB8. Grayscale: #747474. Windows color (decimal): -5937849 or 4679077. OLE color: 4679077.

HSL color Cylindrical-coordinate representation of color #A56547: hue angle of 19.15º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A56547 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 101 71 -
CMYK 0 0.39 0.57 0.35
HSL 19.15º 0.4% 0.46% -
HSV(B) 19.15º 0.57% 0.65% -
XYZ 21.31 17.76 8.27 -
YUV 116.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 165 101 71 0 0.39 0.57 0.35 19.15 0.4 0.46
Hex A5 65 47 0 27 39 23 13 28 2E
Octal 245 145 107 0 47 71 43 23 50 56
Binary 10100101 1100101 1000111 0 100111 111001 100011 10011 101000 101110

Color Harmonies of #A56547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56547

Black with #A56547

Text Example


Text Example

White with #A56547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56547; }

 p { color: rgb(165,101,71); }

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

background-color css

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

 a { background-color: rgb(165,101,71); }

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

border-color css

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

 span { border-color: rgb(165,101,71); }

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