Html Css Color HEX #A56024 Mai Tai

📋 copy color: '#A56024'

red 165 ◦ green 96 ◦ blue 36

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

Shades of Mai Tai #A56024

Tints of Mai Tai #A56024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.12%

R = 55.56%
G = 32.32%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A56024 (or 0xA56024) is known color: Mai Tai. HEX triplet: A5, 60 and 24. RGB value is (165,96,36). Sum of RGB (Red+Green+Blue) = 165+96+36=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A56024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56024 is #5A9FDB. Grayscale: #6E6E6E. Windows color (decimal): -5939164 or 2384037. OLE color: 2384037.

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

Color convert

RGB 165 96 36 -
CMYK 0 0.42 0.78 0.35
HSL 27.91º 0.64% 0.39% -
HSV(B) 27.91º 0.78% 0.65% -
XYZ 20.02 16.49 3.8 -
YUV 109.79 86.36 167.38 -
System Red Green Blue C M Y K H S L
Decimal 165 96 36 0 0.42 0.78 0.35 27.91 0.64 0.39
Hex A5 60 24 0 2A 4E 23 1C 40 27
Octal 245 140 44 0 52 116 43 34 100 47
Binary 10100101 1100000 100100 0 101010 1001110 100011 11100 1000000 100111

Color Harmonies of #A56024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56024

Black with #A56024

Text Example


Text Example

White with #A56024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56024; }

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

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

background-color css

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

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

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

border-color css

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

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

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