Html Css Color HEX #A46030 Mai Tai

📋 copy color: '#A46030'

red 164 ◦ green 96 ◦ blue 48

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

Shades of Mai Tai #A46030

Tints of Mai Tai #A46030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.58%

R = 53.25%
G = 31.17%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A46030 (or 0xA46030) is known color: Mai Tai. HEX triplet: A4, 60 and 30. RGB value is (164,96,48). Sum of RGB (Red+Green+Blue) = 164+96+48=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A46030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46030 is #5B9FCF. Grayscale: #6F6F6F. Windows color (decimal): -6004688 or 3170468. OLE color: 3170468.

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

Color convert

RGB 164 96 48 -
CMYK 0 0.41 0.71 0.36
HSL 24.83º 0.55% 0.42% -
HSV(B) 24.83º 0.71% 0.64% -
XYZ 20.03 16.47 4.92 -
YUV 110.86 92.53 165.9 -
System Red Green Blue C M Y K H S L
Decimal 164 96 48 0 0.41 0.71 0.36 24.83 0.55 0.42
Hex A4 60 30 0 29 47 24 19 37 2A
Octal 244 140 60 0 51 107 44 31 67 52
Binary 10100100 1100000 110000 0 101001 1000111 100100 11001 110111 101010

Color Harmonies of #A46030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46030

Black with #A46030

Text Example


Text Example

White with #A46030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46030; }

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

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

background-color css

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

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

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

border-color css

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

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

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