Html Css Color HEX #A56145 Tuscany

📋 copy color: '#A56145'

red 165 ◦ green 97 ◦ blue 69

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

Shades of Tuscany #A56145

Tints of Tuscany #A56145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

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

R = 49.85%
G = 29.31%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A56145 (or 0xA56145) is known color: Tuscany. HEX triplet: A5, 61 and 45. RGB value is (165,97,69). Sum of RGB (Red+Green+Blue) = 165+97+69=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A56145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56145 is #5A9EBA. Grayscale: #727272. Windows color (decimal): -5938875 or 4546981. OLE color: 4546981.

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

Color convert

RGB 165 97 69 -
CMYK 0 0.41 0.58 0.35
HSL 17.5º 0.41% 0.46% -
HSV(B) 17.5º 0.58% 0.65% -
XYZ 20.87 16.98 7.81 -
YUV 114.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 165 97 69 0 0.41 0.58 0.35 17.5 0.41 0.46
Hex A5 61 45 0 29 3A 23 12 29 2E
Octal 245 141 105 0 51 72 43 22 51 56
Binary 10100101 1100001 1000101 0 101001 111010 100011 10010 101001 101110

Color Harmonies of #A56145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56145

Black with #A56145

Text Example


Text Example

White with #A56145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56145; }

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

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

background-color css

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

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

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

border-color css

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

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

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