Html Css Color HEX #A46525 Mai Tai

📋 copy color: '#A46525'

red 164 ◦ green 101 ◦ blue 37

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

Shades of Mai Tai #A46525

Tints of Mai Tai #A46525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

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

R = 54.3%
G = 33.44%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A46525 (or 0xA46525) is known color: Mai Tai. HEX triplet: A4, 65 and 25. RGB value is (164,101,37). Sum of RGB (Red+Green+Blue) = 164+101+37=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A46525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46525 is #5B9ADA. Grayscale: #707070. Windows color (decimal): -6003419 or 2450852. OLE color: 2450852.

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

Color convert

RGB 164 101 37 -
CMYK 0 0.38 0.77 0.36
HSL 30.24º 0.63% 0.39% -
HSV(B) 30.24º 0.77% 0.64% -
XYZ 20.3 17.33 4.03 -
YUV 112.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 164 101 37 0 0.38 0.77 0.36 30.24 0.63 0.39
Hex A4 65 25 0 26 4D 24 1E 3F 27
Octal 244 145 45 0 46 115 44 36 77 47
Binary 10100100 1100101 100101 0 100110 1001101 100100 11110 111111 100111

Color Harmonies of #A46525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46525

Black with #A46525

Text Example


Text Example

White with #A46525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46525; }

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

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

background-color css

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

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

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

border-color css

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

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

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