Html Css Color HEX #A4632D Mai Tai

📋 copy color: '#A4632D'

red 164 ◦ green 99 ◦ blue 45

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

Shades of Mai Tai #A4632D

Tints of Mai Tai #A4632D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

 BLUE value IS 45 (17.97% from 255) = 14.61%

R = 53.25%
G = 32.14%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4632D (or 0xA4632D) is known color: Mai Tai. HEX triplet: A4, 63 and 2D. RGB value is (164,99,45). Sum of RGB (Red+Green+Blue) = 164+99+45=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4632D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4632D is #5B9CD2. Grayscale: #707070. Windows color (decimal): -6003923 or 2974628. OLE color: 2974628.

HSL color Cylindrical-coordinate representation of color #A4632D: hue angle of 27.23º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4632D is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 99 45 -
CMYK 0 0.40 0.73 0.36
HSL 27.23º 0.57% 0.41% -
HSV(B) 27.23º 0.73% 0.64% -
XYZ 20.25 17.01 4.7 -
YUV 112.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 164 99 45 0 0.40 0.73 0.36 27.23 0.57 0.41
Hex A4 63 2D 0 28 49 24 1B 39 29
Octal 244 143 55 0 50 111 44 33 71 51
Binary 10100100 1100011 101101 0 101000 1001001 100100 11011 111001 101001

Color Harmonies of #A4632D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4632D

Black with #A4632D

Text Example


Text Example

White with #A4632D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4632D; }

 p { color: rgb(164,99,45); }

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

background-color css

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

 a { background-color: rgb(164,99,45); }

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

border-color css

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

 span { border-color: rgb(164,99,45); }

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