Html Css Color HEX #A56C3A Mai Tai

📋 copy color: '#A56C3A'

red 165 ◦ green 108 ◦ blue 58

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

Shades of Mai Tai #A56C3A

Tints of Mai Tai #A56C3A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.63%

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 49.85%
G = 32.63%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A56C3A (or 0xA56C3A) is known color: Mai Tai. HEX triplet: A5, 6C and 3A. RGB value is (165,108,58). Sum of RGB (Red+Green+Blue) = 165+108+58=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56C3A is #5A93C5. Grayscale: #777777. Windows color (decimal): -5936070 or 3828901. OLE color: 3828901.

HSL color Cylindrical-coordinate representation of color #A56C3A: hue angle of 28.04º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A56C3A is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 108 58 -
CMYK 0 0.35 0.65 0.35
HSL 28.04º 0.48% 0.44% -
HSV(B) 28.04º 0.65% 0.65% -
XYZ 21.64 19.03 6.54 -
YUV 119.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 165 108 58 0 0.35 0.65 0.35 28.04 0.48 0.44
Hex A5 6C 3A 0 23 41 23 1C 30 2C
Octal 245 154 72 0 43 101 43 34 60 54
Binary 10100101 1101100 111010 0 100011 1000001 100011 11100 110000 101100

Color Harmonies of #A56C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56C3A

Black with #A56C3A

Text Example


Text Example

White with #A56C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56C3A; }

 p { color: rgb(165,108,58); }

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

background-color css

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

 a { background-color: rgb(165,108,58); }

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

border-color css

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

 span { border-color: rgb(165,108,58); }

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