Html Css Color HEX #A56331 Mai Tai

📋 copy color: '#A56331'

red 165 ◦ green 99 ◦ blue 49

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

Shades of Mai Tai #A56331

Tints of Mai Tai #A56331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.63%

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

R = 52.72%
G = 31.63%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A56331 (or 0xA56331) is known color: Mai Tai. HEX triplet: A5, 63 and 31. RGB value is (165,99,49). Sum of RGB (Red+Green+Blue) = 165+99+49=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A56331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56331 is #5A9CCE. Grayscale: #717171. Windows color (decimal): -5938383 or 3236773. OLE color: 3236773.

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

Color convert

RGB 165 99 49 -
CMYK 0 0.40 0.70 0.35
HSL 25.86º 0.54% 0.42% -
HSV(B) 25.86º 0.7% 0.65% -
XYZ 20.53 17.14 5.13 -
YUV 113.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 165 99 49 0 0.40 0.70 0.35 25.86 0.54 0.42
Hex A5 63 31 0 28 46 23 1A 36 2A
Octal 245 143 61 0 50 106 43 32 66 52
Binary 10100101 1100011 110001 0 101000 1000110 100011 11010 110110 101010

Color Harmonies of #A56331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56331

Black with #A56331

Text Example


Text Example

White with #A56331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56331; }

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

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

background-color css

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

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

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

border-color css

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

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

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