Html Css Color HEX #A56742 Tuscany

📋 copy color: '#A56742'

red 165 ◦ green 103 ◦ blue 66

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

Shades of Tuscany #A56742

Tints of Tuscany #A56742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.84%

 BLUE value IS 66 (26.17% from 255) = 19.76%

R = 49.4%
G = 30.84%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A56742 (or 0xA56742) is known color: Tuscany. HEX triplet: A5, 67 and 42. RGB value is (165,103,66). Sum of RGB (Red+Green+Blue) = 165+103+66=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A56742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56742 is #5A98BD. Grayscale: #757575. Windows color (decimal): -5937342 or 4351909. OLE color: 4351909.

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

Color convert

RGB 165 103 66 -
CMYK 0 0.38 0.60 0.35
HSL 22.42º 0.43% 0.45% -
HSV(B) 22.42º 0.6% 0.65% -
XYZ 21.35 18.09 7.52 -
YUV 117.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 165 103 66 0 0.38 0.60 0.35 22.42 0.43 0.45
Hex A5 67 42 0 26 3C 23 16 2B 2D
Octal 245 147 102 0 46 74 43 26 53 55
Binary 10100101 1100111 1000010 0 100110 111100 100011 10110 101011 101101

Color Harmonies of #A56742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56742

Black with #A56742

Text Example


Text Example

White with #A56742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56742; }

 p { color: rgb(165,103,66); }

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

background-color css

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

 a { background-color: rgb(165,103,66); }

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

border-color css

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

 span { border-color: rgb(165,103,66); }

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