Html Css Color HEX #A46025 Mai Tai

📋 copy color: '#A46025'

red 164 ◦ green 96 ◦ blue 37

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

Shades of Mai Tai #A46025

Tints of Mai Tai #A46025

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

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

R = 55.22%
G = 32.32%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A46025 (or 0xA46025) is known color: Mai Tai. HEX triplet: A4, 60 and 25. RGB value is (164,96,37). Sum of RGB (Red+Green+Blue) = 164+96+37=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A46025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46025 is #5B9FDA. Grayscale: #6D6D6D. Windows color (decimal): -6004699 or 2449572. OLE color: 2449572.

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

Color convert

RGB 164 96 37 -
CMYK 0 0.41 0.77 0.36
HSL 27.87º 0.63% 0.39% -
HSV(B) 27.87º 0.77% 0.64% -
XYZ 19.83 16.39 3.87 -
YUV 109.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 164 96 37 0 0.41 0.77 0.36 27.87 0.63 0.39
Hex A4 60 25 0 29 4D 24 1C 3F 27
Octal 244 140 45 0 51 115 44 34 77 47
Binary 10100100 1100000 100101 0 101001 1001101 100100 11100 111111 100111

Color Harmonies of #A46025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46025

Black with #A46025

Text Example


Text Example

White with #A46025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46025; }

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

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

background-color css

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

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

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

border-color css

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

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

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