Html Css Color HEX #A56544 Tuscany

📋 copy color: '#A56544'

red 165 ◦ green 101 ◦ blue 68

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

Shades of Tuscany #A56544

Tints of Tuscany #A56544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 49.4%
G = 30.24%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A56544 (or 0xA56544) is known color: Tuscany. HEX triplet: A5, 65 and 44. RGB value is (165,101,68). Sum of RGB (Red+Green+Blue) = 165+101+68=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A56544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56544 is #5A9ABB. Grayscale: #747474. Windows color (decimal): -5937852 or 4482469. OLE color: 4482469.

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

Color convert

RGB 165 101 68 -
CMYK 0 0.39 0.59 0.35
HSL 20.41º 0.42% 0.46% -
HSV(B) 20.41º 0.59% 0.65% -
XYZ 21.21 17.72 7.77 -
YUV 116.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 165 101 68 0 0.39 0.59 0.35 20.41 0.42 0.46
Hex A5 65 44 0 27 3B 23 14 2A 2E
Octal 245 145 104 0 47 73 43 24 52 56
Binary 10100101 1100101 1000100 0 100111 111011 100011 10100 101010 101110

Color Harmonies of #A56544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56544

Black with #A56544

Text Example


Text Example

White with #A56544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56544; }

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

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

background-color css

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

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

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

border-color css

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

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

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