Html Css Color HEX #A56431 Mai Tai

📋 copy color: '#A56431'

red 165 ◦ green 100 ◦ blue 49

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

Shades of Mai Tai #A56431

Tints of Mai Tai #A56431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.85%

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

R = 52.55%
G = 31.85%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A56431 (or 0xA56431) is known color: Mai Tai. HEX triplet: A5, 64 and 31. RGB value is (165,100,49). Sum of RGB (Red+Green+Blue) = 165+100+49=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A56431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56431 is #5A9BCE. Grayscale: #717171. Windows color (decimal): -5938127 or 3237029. OLE color: 3237029.

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

Color convert

RGB 165 100 49 -
CMYK 0 0.39 0.70 0.35
HSL 26.38º 0.54% 0.42% -
HSV(B) 26.38º 0.7% 0.65% -
XYZ 20.63 17.34 5.16 -
YUV 113.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 165 100 49 0 0.39 0.70 0.35 26.38 0.54 0.42
Hex A5 64 31 0 27 46 23 1A 36 2A
Octal 245 144 61 0 47 106 43 32 66 52
Binary 10100101 1100100 110001 0 100111 1000110 100011 11010 110110 101010

Color Harmonies of #A56431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56431

Black with #A56431

Text Example


Text Example

White with #A56431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56431; }

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

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

background-color css

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

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

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

border-color css

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

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

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