Html Css Color HEX #A46725 Mai Tai

📋 copy color: '#A46725'

red 164 ◦ green 103 ◦ blue 37

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

Shades of Mai Tai #A46725

Tints of Mai Tai #A46725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.88%

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

R = 53.95%
G = 33.88%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A46725 (or 0xA46725) is known color: Mai Tai. HEX triplet: A4, 67 and 25. RGB value is (164,103,37). Sum of RGB (Red+Green+Blue) = 164+103+37=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A46725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46725 is #5B98DA. Grayscale: #727272. Windows color (decimal): -6002907 or 2451364. OLE color: 2451364.

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

Color convert

RGB 164 103 37 -
CMYK 0 0.37 0.77 0.36
HSL 31.18º 0.63% 0.39% -
HSV(B) 31.18º 0.77% 0.64% -
XYZ 20.49 17.73 4.09 -
YUV 113.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 164 103 37 0 0.37 0.77 0.36 31.18 0.63 0.39
Hex A4 67 25 0 25 4D 24 1F 3F 27
Octal 244 147 45 0 45 115 44 37 77 47
Binary 10100100 1100111 100101 0 100101 1001101 100100 11111 111111 100111

Color Harmonies of #A46725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46725

Black with #A46725

Text Example


Text Example

White with #A46725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46725; }

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

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

background-color css

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

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

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

border-color css

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

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

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