Html Css Color HEX #A56542 Tuscany

📋 copy color: '#A56542'

red 165 ◦ green 101 ◦ blue 66

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

Shades of Tuscany #A56542

Tints of Tuscany #A56542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.42%

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

R = 49.7%
G = 30.42%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A56542 (or 0xA56542) is known color: Tuscany. HEX triplet: A5, 65 and 42. RGB value is (165,101,66). Sum of RGB (Red+Green+Blue) = 165+101+66=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A56542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56542 is #5A9ABD. Grayscale: #747474. Windows color (decimal): -5937854 or 4351397. OLE color: 4351397.

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

Color convert

RGB 165 101 66 -
CMYK 0 0.39 0.60 0.35
HSL 21.21º 0.43% 0.45% -
HSV(B) 21.21º 0.6% 0.65% -
XYZ 21.15 17.7 7.46 -
YUV 116.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 165 101 66 0 0.39 0.60 0.35 21.21 0.43 0.45
Hex A5 65 42 0 27 3C 23 15 2B 2D
Octal 245 145 102 0 47 74 43 25 53 55
Binary 10100101 1100101 1000010 0 100111 111100 100011 10101 101011 101101

Color Harmonies of #A56542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56542

Black with #A56542

Text Example


Text Example

White with #A56542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56542; }

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

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

background-color css

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

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

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

border-color css

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

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

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