Html Css Color HEX #A56220 Mai Tai

📋 copy color: '#A56220'

red 165 ◦ green 98 ◦ blue 32

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

Shades of Mai Tai #A56220

Tints of Mai Tai #A56220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.22%

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 55.93%
G = 33.22%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A56220 (or 0xA56220) is known color: Mai Tai. HEX triplet: A5, 62 and 20. RGB value is (165,98,32). Sum of RGB (Red+Green+Blue) = 165+98+32=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A56220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56220 is #5A9DDF. Grayscale: #6E6E6E. Windows color (decimal): -5938656 or 2122405. OLE color: 2122405.

HSL color Cylindrical-coordinate representation of color #A56220: hue angle of 29.77º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A56220 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 98 32 -
CMYK 0 0.41 0.81 0.35
HSL 29.77º 0.68% 0.39% -
HSV(B) 29.77º 0.81% 0.65% -
XYZ 20.15 16.84 3.55 -
YUV 110.51 83.7 166.87 -
System Red Green Blue C M Y K H S L
Decimal 165 98 32 0 0.41 0.81 0.35 29.77 0.68 0.39
Hex A5 62 20 0 29 51 23 1E 44 27
Octal 245 142 40 0 51 121 43 36 104 47
Binary 10100101 1100010 100000 0 101001 1010001 100011 11110 1000100 100111

Color Harmonies of #A56220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56220

Black with #A56220

Text Example


Text Example

White with #A56220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56220; }

 p { color: rgb(165,98,32); }

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

background-color css

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

 a { background-color: rgb(165,98,32); }

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

border-color css

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

 span { border-color: rgb(165,98,32); }

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