Html Css Color HEX #A56343 Tuscany

📋 copy color: '#A56343'

red 165 ◦ green 99 ◦ blue 67

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

Shades of Tuscany #A56343

Tints of Tuscany #A56343

RGB

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

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

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

R = 49.85%
G = 29.91%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A56343 (or 0xA56343) is known color: Tuscany. HEX triplet: A5, 63 and 43. RGB value is (165,99,67). Sum of RGB (Red+Green+Blue) = 165+99+67=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A56343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56343 is #5A9CBC. Grayscale: #737373. Windows color (decimal): -5938365 or 4416421. OLE color: 4416421.

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

Color convert

RGB 165 99 67 -
CMYK 0 0.40 0.59 0.35
HSL 19.59º 0.42% 0.45% -
HSV(B) 19.59º 0.59% 0.65% -
XYZ 20.99 17.33 7.55 -
YUV 115.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 165 99 67 0 0.40 0.59 0.35 19.59 0.42 0.45
Hex A5 63 43 0 28 3B 23 14 2A 2D
Octal 245 143 103 0 50 73 43 24 52 55
Binary 10100101 1100011 1000011 0 101000 111011 100011 10100 101010 101101

Color Harmonies of #A56343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56343

Black with #A56343

Text Example


Text Example

White with #A56343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56343; }

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

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

background-color css

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

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

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

border-color css

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

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

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