Html Css Color HEX #A46C30 Mai Tai

📋 copy color: '#A46C30'

red 164 ◦ green 108 ◦ blue 48

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

Shades of Mai Tai #A46C30

Tints of Mai Tai #A46C30

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.75%

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

R = 51.25%
G = 33.75%
B = 15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A46C30 (or 0xA46C30) is known color: Mai Tai. HEX triplet: A4, 6C and 30. RGB value is (164,108,48). Sum of RGB (Red+Green+Blue) = 164+108+48=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46C30 is #5B93CF. Grayscale: #767676. Windows color (decimal): -6001616 or 3173540. OLE color: 3173540.

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

Color convert

RGB 164 108 48 -
CMYK 0 0.34 0.71 0.36
HSL 31.03º 0.55% 0.42% -
HSV(B) 31.03º 0.71% 0.64% -
XYZ 21.21 18.83 5.31 -
YUV 117.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 164 108 48 0 0.34 0.71 0.36 31.03 0.55 0.42
Hex A4 6C 30 0 22 47 24 1F 37 2A
Octal 244 154 60 0 42 107 44 37 67 52
Binary 10100100 1101100 110000 0 100010 1000111 100100 11111 110111 101010

Color Harmonies of #A46C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46C30

Black with #A46C30

Text Example


Text Example

White with #A46C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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