Html Css Color HEX #A56F39 Mai Tai

📋 copy color: '#A56F39'

red 165 ◦ green 111 ◦ blue 57

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

Shades of Mai Tai #A56F39

Tints of Mai Tai #A56F39

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.33%

 BLUE value IS 57 (22.66% from 255) = 17.12%

R = 49.55%
G = 33.33%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A56F39 (or 0xA56F39) is known color: Mai Tai. HEX triplet: A5, 6F and 39. RGB value is (165,111,57). Sum of RGB (Red+Green+Blue) = 165+111+57=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56F39 is #5A90C6. Grayscale: #797979. Windows color (decimal): -5935303 or 3764133. OLE color: 3764133.

HSL color Cylindrical-coordinate representation of color #A56F39: hue angle of 30º degrees, saturation: 0.49, 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 #A56F39 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 111 57 -
CMYK 0 0.33 0.65 0.35
HSL 30º 0.49% 0.44% -
HSV(B) 30º 0.65% 0.65% -
XYZ 21.94 19.66 6.51 -
YUV 120.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 165 111 57 0 0.33 0.65 0.35 30 0.49 0.44
Hex A5 6F 39 0 21 41 23 1E 31 2C
Octal 245 157 71 0 41 101 43 36 61 54
Binary 10100101 1101111 111001 0 100001 1000001 100011 11110 110001 101100

Color Harmonies of #A56F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56F39

Black with #A56F39

Text Example


Text Example

White with #A56F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56F39; }

 p { color: rgb(165,111,57); }

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

background-color css

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

 a { background-color: rgb(165,111,57); }

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

border-color css

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

 span { border-color: rgb(165,111,57); }

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