Html Css Color HEX #A56345 Tuscany

📋 copy color: '#A56345'

red 165 ◦ green 99 ◦ blue 69

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

Shades of Tuscany #A56345

Tints of Tuscany #A56345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

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

R = 49.55%
G = 29.73%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A56345 (or 0xA56345) is known color: Tuscany. HEX triplet: A5, 63 and 45. RGB value is (165,99,69). Sum of RGB (Red+Green+Blue) = 165+99+69=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A56345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56345 is #5A9CBA. Grayscale: #737373. Windows color (decimal): -5938363 or 4547493. OLE color: 4547493.

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

Color convert

RGB 165 99 69 -
CMYK 0 0.40 0.58 0.35
HSL 18.75º 0.41% 0.46% -
HSV(B) 18.75º 0.58% 0.65% -
XYZ 21.05 17.35 7.87 -
YUV 115.31 101.87 163.44 -
System Red Green Blue C M Y K H S L
Decimal 165 99 69 0 0.40 0.58 0.35 18.75 0.41 0.46
Hex A5 63 45 0 28 3A 23 13 29 2E
Octal 245 143 105 0 50 72 43 23 51 56
Binary 10100101 1100011 1000101 0 101000 111010 100011 10011 101001 101110

Color Harmonies of #A56345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56345

Black with #A56345

Text Example


Text Example

White with #A56345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56345; }

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

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

background-color css

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

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

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

border-color css

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

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

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