Html Css Color HEX #A56320 Mai Tai

📋 copy color: '#A56320'

red 165 ◦ green 99 ◦ blue 32

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

Shades of Mai Tai #A56320

Tints of Mai Tai #A56320

RGB

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

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

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

R = 55.74%
G = 33.45%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A56320 (or 0xA56320) is known color: Mai Tai. HEX triplet: A5, 63 and 20. RGB value is (165,99,32). Sum of RGB (Red+Green+Blue) = 165+99+32=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A56320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56320 is #5A9CDF. Grayscale: #6F6F6F. Windows color (decimal): -5938400 or 2122661. OLE color: 2122661.

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

Color convert

RGB 165 99 32 -
CMYK 0 0.40 0.81 0.35
HSL 30.23º 0.68% 0.39% -
HSV(B) 30.23º 0.81% 0.65% -
XYZ 20.24 17.03 3.59 -
YUV 111.1 83.37 166.45 -
System Red Green Blue C M Y K H S L
Decimal 165 99 32 0 0.40 0.81 0.35 30.23 0.68 0.39
Hex A5 63 20 0 28 51 23 1E 44 27
Octal 245 143 40 0 50 121 43 36 104 47
Binary 10100101 1100011 100000 0 101000 1010001 100011 11110 1000100 100111

Color Harmonies of #A56320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56320

Black with #A56320

Text Example


Text Example

White with #A56320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56320; }

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

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

background-color css

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

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

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

border-color css

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

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

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