Html Css Color HEX #A56545 Tuscany

📋 copy color: '#A56545'

red 165 ◦ green 101 ◦ blue 69

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

Shades of Tuscany #A56545

Tints of Tuscany #A56545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.6%

R = 49.25%
G = 30.15%
B = 20.6%

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

#A56545 (or 0xA56545) is known color: Tuscany. HEX triplet: A5, 65 and 45. RGB value is (165,101,69). Sum of RGB (Red+Green+Blue) = 165+101+69=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A56545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56545 is #5A9ABA. Grayscale: #747474. Windows color (decimal): -5937851 or 4548005. OLE color: 4548005.

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

Color convert

RGB 165 101 69 -
CMYK 0 0.39 0.58 0.35
HSL 20º 0.41% 0.46% -
HSV(B) 20º 0.58% 0.65% -
XYZ 21.24 17.74 7.93 -
YUV 116.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 165 101 69 0 0.39 0.58 0.35 20 0.41 0.46
Hex A5 65 45 0 27 3A 23 14 29 2E
Octal 245 145 105 0 47 72 43 24 51 56
Binary 10100101 1100101 1000101 0 100111 111010 100011 10100 101001 101110

Color Harmonies of #A56545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56545

Black with #A56545

Text Example


Text Example

White with #A56545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56545; }

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

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

background-color css

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

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

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

border-color css

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

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

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