Html Css Color HEX #A56731 Mai Tai

📋 copy color: '#A56731'

red 165 ◦ green 103 ◦ blue 49

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

Shades of Mai Tai #A56731

Tints of Mai Tai #A56731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.49%

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

R = 52.05%
G = 32.49%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A56731 (or 0xA56731) is known color: Mai Tai. HEX triplet: A5, 67 and 31. RGB value is (165,103,49). Sum of RGB (Red+Green+Blue) = 165+103+49=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A56731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56731 is #5A98CE. Grayscale: #737373. Windows color (decimal): -5937359 or 3237797. OLE color: 3237797.

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

Color convert

RGB 165 103 49 -
CMYK 0 0.38 0.70 0.35
HSL 27.93º 0.54% 0.42% -
HSV(B) 27.93º 0.7% 0.65% -
XYZ 20.92 17.92 5.26 -
YUV 115.38 90.54 163.39 -
System Red Green Blue C M Y K H S L
Decimal 165 103 49 0 0.38 0.70 0.35 27.93 0.54 0.42
Hex A5 67 31 0 26 46 23 1C 36 2A
Octal 245 147 61 0 46 106 43 34 66 52
Binary 10100101 1100111 110001 0 100110 1000110 100011 11100 110110 101010

Color Harmonies of #A56731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56731

Black with #A56731

Text Example


Text Example

White with #A56731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56731; }

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

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

background-color css

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

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

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

border-color css

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

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

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