Html Css Color HEX #A56020 Mai Tai

📋 copy color: '#A56020'

red 165 ◦ green 96 ◦ blue 32

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

Shades of Mai Tai #A56020

Tints of Mai Tai #A56020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.76%

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

R = 56.31%
G = 32.76%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A56020 (or 0xA56020) is known color: Mai Tai. HEX triplet: A5, 60 and 20. RGB value is (165,96,32). Sum of RGB (Red+Green+Blue) = 165+96+32=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A56020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56020 is #5A9FDF. Grayscale: #6D6D6D. Windows color (decimal): -5939168 or 2121893. OLE color: 2121893.

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

Color convert

RGB 165 96 32 -
CMYK 0 0.42 0.81 0.35
HSL 28.87º 0.68% 0.39% -
HSV(B) 28.87º 0.81% 0.65% -
XYZ 19.96 16.47 3.49 -
YUV 109.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 165 96 32 0 0.42 0.81 0.35 28.87 0.68 0.39
Hex A5 60 20 0 2A 51 23 1D 44 27
Octal 245 140 40 0 52 121 43 35 104 47
Binary 10100101 1100000 100000 0 101010 1010001 100011 11101 1000100 100111

Color Harmonies of #A56020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56020

Black with #A56020

Text Example


Text Example

White with #A56020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56020; }

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

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

background-color css

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

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

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

border-color css

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

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

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