Html Css Color HEX #A46B30 Mai Tai

📋 copy color: '#A46B30'

red 164 ◦ green 107 ◦ blue 48

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

Shades of Mai Tai #A46B30

Tints of Mai Tai #A46B30

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.54%

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

R = 51.41%
G = 33.54%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A46B30 (or 0xA46B30) is known color: Mai Tai. HEX triplet: A4, 6B and 30. RGB value is (164,107,48). Sum of RGB (Red+Green+Blue) = 164+107+48=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B30 is #5B94CF. Grayscale: #757575. Windows color (decimal): -6001872 or 3173284. OLE color: 3173284.

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

Color convert

RGB 164 107 48 -
CMYK 0 0.35 0.71 0.36
HSL 30.52º 0.55% 0.42% -
HSV(B) 30.52º 0.71% 0.64% -
XYZ 21.1 18.62 5.28 -
YUV 117.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 164 107 48 0 0.35 0.71 0.36 30.52 0.55 0.42
Hex A4 6B 30 0 23 47 24 1F 37 2A
Octal 244 153 60 0 43 107 44 37 67 52
Binary 10100100 1101011 110000 0 100011 1000111 100100 11111 110111 101010

Color Harmonies of #A46B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46B30

Black with #A46B30

Text Example


Text Example

White with #A46B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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