Html Css Color HEX #A46427 Mai Tai

📋 copy color: '#A46427'

red 164 ◦ green 100 ◦ blue 39

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

Shades of Mai Tai #A46427

Tints of Mai Tai #A46427

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33%

 BLUE value IS 39 (15.63% from 255) = 12.87%

R = 54.13%
G = 33%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A46427 (or 0xA46427) is known color: Mai Tai. HEX triplet: A4, 64 and 27. RGB value is (164,100,39). Sum of RGB (Red+Green+Blue) = 164+100+39=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A46427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46427 is #5B9BD8. Grayscale: #707070. Windows color (decimal): -6003673 or 2581668. OLE color: 2581668.

HSL color Cylindrical-coordinate representation of color #A46427: hue angle of 29.28º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A46427 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 100 39 -
CMYK 0 0.39 0.76 0.36
HSL 29.28º 0.62% 0.4% -
HSV(B) 29.28º 0.76% 0.64% -
XYZ 20.23 17.15 4.16 -
YUV 112.18 86.7 164.96 -
System Red Green Blue C M Y K H S L
Decimal 164 100 39 0 0.39 0.76 0.36 29.28 0.62 0.4
Hex A4 64 27 0 27 4C 24 1D 3E 28
Octal 244 144 47 0 47 114 44 35 76 50
Binary 10100100 1100100 100111 0 100111 1001100 100100 11101 111110 101000

Color Harmonies of #A46427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46427

Black with #A46427

Text Example


Text Example

White with #A46427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46427; }

 p { color: rgb(164,100,39); }

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

background-color css

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

 a { background-color: rgb(164,100,39); }

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

border-color css

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

 span { border-color: rgb(164,100,39); }

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