Html Css Color HEX #A46425 Mai Tai

📋 copy color: '#A46425'

red 164 ◦ green 100 ◦ blue 37

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

Shades of Mai Tai #A46425

Tints of Mai Tai #A46425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.29%

R = 54.49%
G = 33.22%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A46425 (or 0xA46425) is known color: Mai Tai. HEX triplet: A4, 64 and 25. RGB value is (164,100,37). Sum of RGB (Red+Green+Blue) = 164+100+37=301 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.49% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 164 - color contains mainly: red. Hex color #A46425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46425 is #5B9BDA. Grayscale: #707070. Windows color (decimal): -6003675 or 2450596. OLE color: 2450596.

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

Color convert

RGB 164 100 37 -
CMYK 0 0.39 0.77 0.36
HSL 29.76º 0.63% 0.39% -
HSV(B) 29.76º 0.77% 0.64% -
XYZ 20.2 17.14 3.99 -
YUV 111.95 85.7 165.12 -
System Red Green Blue C M Y K H S L
Decimal 164 100 37 0 0.39 0.77 0.36 29.76 0.63 0.39
Hex A4 64 25 0 27 4D 24 1E 3F 27
Octal 244 144 45 0 47 115 44 36 77 47
Binary 10100100 1100100 100101 0 100111 1001101 100100 11110 111111 100111

Color Harmonies of #A46425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46425

Black with #A46425

Text Example


Text Example

White with #A46425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46425; }

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

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

background-color css

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

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

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

border-color css

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

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

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