Html Css Color HEX #A56446 Tuscany

📋 copy color: '#A56446'

red 165 ◦ green 100 ◦ blue 70

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

Shades of Tuscany #A56446

Tints of Tuscany #A56446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.85%

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

R = 49.25%
G = 29.85%
B = 20.9%

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

#A56446 (or 0xA56446) is known color: Tuscany. HEX triplet: A5, 64 and 46. RGB value is (165,100,70). Sum of RGB (Red+Green+Blue) = 165+100+70=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A56446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56446 is #5A9BB9. Grayscale: #747474. Windows color (decimal): -5938106 or 4613285. OLE color: 4613285.

HSL color Cylindrical-coordinate representation of color #A56446: hue angle of 18.95º 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 #A56446 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 100 70 -
CMYK 0 0.39 0.58 0.35
HSL 18.95º 0.4% 0.46% -
HSV(B) 18.95º 0.58% 0.65% -
XYZ 21.18 17.56 8.07 -
YUV 116.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 165 100 70 0 0.39 0.58 0.35 18.95 0.4 0.46
Hex A5 64 46 0 27 3A 23 13 28 2E
Octal 245 144 106 0 47 72 43 23 50 56
Binary 10100101 1100100 1000110 0 100111 111010 100011 10011 101000 101110

Color Harmonies of #A56446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56446

Black with #A56446

Text Example


Text Example

White with #A56446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56446; }

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

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

background-color css

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

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

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

border-color css

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

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

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