Html Css Color HEX #A56631 Mai Tai

📋 copy color: '#A56631'

red 165 ◦ green 102 ◦ blue 49

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

Shades of Mai Tai #A56631

Tints of Mai Tai #A56631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.28%

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

R = 52.22%
G = 32.28%
B = 15.51%

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

#A56631 (or 0xA56631) is known color: Mai Tai. HEX triplet: A5, 66 and 31. RGB value is (165,102,49). Sum of RGB (Red+Green+Blue) = 165+102+49=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A56631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56631 is #5A99CE. Grayscale: #737373. Windows color (decimal): -5937615 or 3237541. OLE color: 3237541.

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

Color convert

RGB 165 102 49 -
CMYK 0 0.38 0.70 0.35
HSL 27.41º 0.54% 0.42% -
HSV(B) 27.41º 0.7% 0.65% -
XYZ 20.82 17.72 5.23 -
YUV 114.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 165 102 49 0 0.38 0.70 0.35 27.41 0.54 0.42
Hex A5 66 31 0 26 46 23 1B 36 2A
Octal 245 146 61 0 46 106 43 33 66 52
Binary 10100101 1100110 110001 0 100110 1000110 100011 11011 110110 101010

Color Harmonies of #A56631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56631

Black with #A56631

Text Example


Text Example

White with #A56631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56631; }

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

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

background-color css

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

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

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

border-color css

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

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

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