Html Css Color HEX #A46024 Mai Tai

📋 copy color: '#A46024'

red 164 ◦ green 96 ◦ blue 36

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

Shades of Mai Tai #A46024

Tints of Mai Tai #A46024

RGB

 RED value IS 164 (64.45% from 255) = 55.41%

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

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

R = 55.41%
G = 32.43%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A46024 (or 0xA46024) is known color: Mai Tai. HEX triplet: A4, 60 and 24. RGB value is (164,96,36). Sum of RGB (Red+Green+Blue) = 164+96+36=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A46024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46024 is #5B9FDB. Grayscale: #6D6D6D. Windows color (decimal): -6004700 or 2384036. OLE color: 2384036.

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

Color convert

RGB 164 96 36 -
CMYK 0 0.41 0.78 0.36
HSL 28.13º 0.64% 0.39% -
HSV(B) 28.13º 0.78% 0.64% -
XYZ 19.81 16.39 3.79 -
YUV 109.49 86.53 166.88 -
System Red Green Blue C M Y K H S L
Decimal 164 96 36 0 0.41 0.78 0.36 28.13 0.64 0.39
Hex A4 60 24 0 29 4E 24 1C 40 27
Octal 244 140 44 0 51 116 44 34 100 47
Binary 10100100 1100000 100100 0 101001 1001110 100100 11100 1000000 100111

Color Harmonies of #A46024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46024

Black with #A46024

Text Example


Text Example

White with #A46024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46024; }

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

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

background-color css

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

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

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

border-color css

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

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

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