Html Css Color HEX #A56643 Tuscany

📋 copy color: '#A56643'

red 165 ◦ green 102 ◦ blue 67

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

Shades of Tuscany #A56643

Tints of Tuscany #A56643

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

 BLUE value IS 67 (26.56% from 255) = 20.06%

R = 49.4%
G = 30.54%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A56643 (or 0xA56643) is known color: Tuscany. HEX triplet: A5, 66 and 43. RGB value is (165,102,67). Sum of RGB (Red+Green+Blue) = 165+102+67=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A56643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56643 is #5A99BC. Grayscale: #757575. Windows color (decimal): -5937597 or 4417189. OLE color: 4417189.

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

Color convert

RGB 165 102 67 -
CMYK 0 0.38 0.59 0.35
HSL 21.43º 0.42% 0.45% -
HSV(B) 21.43º 0.59% 0.65% -
XYZ 21.28 17.91 7.64 -
YUV 116.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 165 102 67 0 0.38 0.59 0.35 21.43 0.42 0.45
Hex A5 66 43 0 26 3B 23 15 2A 2D
Octal 245 146 103 0 46 73 43 25 52 55
Binary 10100101 1100110 1000011 0 100110 111011 100011 10101 101010 101101

Color Harmonies of #A56643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56643

Black with #A56643

Text Example


Text Example

White with #A56643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56643; }

 p { color: rgb(165,102,67); }

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

background-color css

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

 a { background-color: rgb(165,102,67); }

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

border-color css

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

 span { border-color: rgb(165,102,67); }

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