Html Css Color HEX #A56546 Tuscany

📋 copy color: '#A56546'

red 165 ◦ green 101 ◦ blue 70

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

Shades of Tuscany #A56546

Tints of Tuscany #A56546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.83%

R = 49.11%
G = 30.06%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A56546 (or 0xA56546) is known color: Tuscany. HEX triplet: A5, 65 and 46. RGB value is (165,101,70). Sum of RGB (Red+Green+Blue) = 165+101+70=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A56546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56546 is #5A9AB9. Grayscale: #747474. Windows color (decimal): -5937850 or 4613541. OLE color: 4613541.

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

Color convert

RGB 165 101 70 -
CMYK 0 0.39 0.58 0.35
HSL 19.58º 0.4% 0.46% -
HSV(B) 19.58º 0.58% 0.65% -
XYZ 21.28 17.75 8.1 -
YUV 116.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 165 101 70 0 0.39 0.58 0.35 19.58 0.4 0.46
Hex A5 65 46 0 27 3A 23 14 28 2E
Octal 245 145 106 0 47 72 43 24 50 56
Binary 10100101 1100101 1000110 0 100111 111010 100011 10100 101000 101110

Color Harmonies of #A56546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56546

Black with #A56546

Text Example


Text Example

White with #A56546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56546; }

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

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

background-color css

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

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

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

border-color css

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

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

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