Html Css Color HEX #A56831 Mai Tai

📋 copy color: '#A56831'

red 165 ◦ green 104 ◦ blue 49

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

Shades of Mai Tai #A56831

Tints of Mai Tai #A56831

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.7%

 BLUE value IS 49 (19.53% from 255) = 15.41%

R = 51.89%
G = 32.7%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A56831 (or 0xA56831) is known color: Mai Tai. HEX triplet: A5, 68 and 31. RGB value is (165,104,49). Sum of RGB (Red+Green+Blue) = 165+104+49=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A56831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56831 is #5A97CE. Grayscale: #747474. Windows color (decimal): -5937103 or 3238053. OLE color: 3238053.

HSL color Cylindrical-coordinate representation of color #A56831: hue angle of 28.45º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A56831 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 104 49 -
CMYK 0 0.37 0.70 0.35
HSL 28.45º 0.54% 0.42% -
HSV(B) 28.45º 0.7% 0.65% -
XYZ 21.02 18.12 5.3 -
YUV 115.97 90.21 162.97 -
System Red Green Blue C M Y K H S L
Decimal 165 104 49 0 0.37 0.70 0.35 28.45 0.54 0.42
Hex A5 68 31 0 25 46 23 1C 36 2A
Octal 245 150 61 0 45 106 43 34 66 52
Binary 10100101 1101000 110001 0 100101 1000110 100011 11100 110110 101010

Color Harmonies of #A56831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56831

Black with #A56831

Text Example


Text Example

White with #A56831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56831; }

 p { color: rgb(165,104,49); }

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

background-color css

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

 a { background-color: rgb(165,104,49); }

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

border-color css

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

 span { border-color: rgb(165,104,49); }

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