Html Css Color HEX #A46930 Mai Tai

📋 copy color: '#A46930'

red 164 ◦ green 105 ◦ blue 48

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

Shades of Mai Tai #A46930

Tints of Mai Tai #A46930

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.12%

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

R = 51.74%
G = 33.12%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A46930 (or 0xA46930) is known color: Mai Tai. HEX triplet: A4, 69 and 30. RGB value is (164,105,48). Sum of RGB (Red+Green+Blue) = 164+105+48=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A46930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46930 is #5B96CF. Grayscale: #747474. Windows color (decimal): -6002384 or 3172772. OLE color: 3172772.

HSL color Cylindrical-coordinate representation of color #A46930: hue angle of 29.48º 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 #A46930 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 105 48 -
CMYK 0 0.36 0.71 0.36
HSL 29.48º 0.55% 0.42% -
HSV(B) 29.48º 0.71% 0.64% -
XYZ 20.89 18.21 5.21 -
YUV 116.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 164 105 48 0 0.36 0.71 0.36 29.48 0.55 0.42
Hex A4 69 30 0 24 47 24 1D 37 2A
Octal 244 151 60 0 44 107 44 35 67 52
Binary 10100100 1101001 110000 0 100100 1000111 100100 11101 110111 101010

Color Harmonies of #A46930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46930

Black with #A46930

Text Example


Text Example

White with #A46930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46930; }

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

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

background-color css

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

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

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

border-color css

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

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

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