Html Css Color HEX #A46032 Mai Tai

📋 copy color: '#A46032'

red 164 ◦ green 96 ◦ blue 50

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

Shades of Mai Tai #A46032

Tints of Mai Tai #A46032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 52.9%
G = 30.97%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A46032 (or 0xA46032) is known color: Mai Tai. HEX triplet: A4, 60 and 32. RGB value is (164,96,50). Sum of RGB (Red+Green+Blue) = 164+96+50=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A46032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46032 is #5B9FCD. Grayscale: #6F6F6F. Windows color (decimal): -6004686 or 3301540. OLE color: 3301540.

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

Color convert

RGB 164 96 50 -
CMYK 0 0.41 0.70 0.36
HSL 24.21º 0.53% 0.42% -
HSV(B) 24.21º 0.7% 0.64% -
XYZ 20.07 16.49 5.14 -
YUV 111.09 93.53 165.74 -
System Red Green Blue C M Y K H S L
Decimal 164 96 50 0 0.41 0.70 0.36 24.21 0.53 0.42
Hex A4 60 32 0 29 46 24 18 35 2A
Octal 244 140 62 0 51 106 44 30 65 52
Binary 10100100 1100000 110010 0 101001 1000110 100100 11000 110101 101010

Color Harmonies of #A46032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46032

Black with #A46032

Text Example


Text Example

White with #A46032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46032; }

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

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

background-color css

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

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

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

border-color css

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

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

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