Html Css Color HEX #A56143 Tuscany

📋 copy color: '#A56143'

red 165 ◦ green 97 ◦ blue 67

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

Shades of Tuscany #A56143

Tints of Tuscany #A56143

RGB

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

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

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

R = 50.15%
G = 29.48%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A56143 (or 0xA56143) is known color: Tuscany. HEX triplet: A5, 61 and 43. RGB value is (165,97,67). Sum of RGB (Red+Green+Blue) = 165+97+67=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A56143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56143 is #5A9EBC. Grayscale: #727272. Windows color (decimal): -5938877 or 4415909. OLE color: 4415909.

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

Color convert

RGB 165 97 67 -
CMYK 0 0.41 0.59 0.35
HSL 18.37º 0.42% 0.45% -
HSV(B) 18.37º 0.59% 0.65% -
XYZ 20.8 16.95 7.49 -
YUV 113.91 101.53 164.44 -
System Red Green Blue C M Y K H S L
Decimal 165 97 67 0 0.41 0.59 0.35 18.37 0.42 0.45
Hex A5 61 43 0 29 3B 23 12 2A 2D
Octal 245 141 103 0 51 73 43 22 52 55
Binary 10100101 1100001 1000011 0 101001 111011 100011 10010 101010 101101

Color Harmonies of #A56143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56143

Black with #A56143

Text Example


Text Example

White with #A56143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56143; }

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

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

background-color css

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

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

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

border-color css

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

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

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