Html Css Color HEX #A4622D Mai Tai

📋 copy color: '#A4622D'

red 164 ◦ green 98 ◦ blue 45

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

Shades of Mai Tai #A4622D

Tints of Mai Tai #A4622D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.92%

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

R = 53.42%
G = 31.92%
B = 14.66%

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

#A4622D (or 0xA4622D) is known color: Mai Tai. HEX triplet: A4, 62 and 2D. RGB value is (164,98,45). Sum of RGB (Red+Green+Blue) = 164+98+45=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4622D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4622D is #5B9DD2. Grayscale: #6F6F6F. Windows color (decimal): -6004179 or 2974372. OLE color: 2974372.

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

Color convert

RGB 164 98 45 -
CMYK 0 0.40 0.73 0.36
HSL 26.72º 0.57% 0.41% -
HSV(B) 26.72º 0.73% 0.64% -
XYZ 20.15 16.82 4.67 -
YUV 111.69 90.37 165.31 -
System Red Green Blue C M Y K H S L
Decimal 164 98 45 0 0.40 0.73 0.36 26.72 0.57 0.41
Hex A4 62 2D 0 28 49 24 1B 39 29
Octal 244 142 55 0 50 111 44 33 71 51
Binary 10100100 1100010 101101 0 101000 1001001 100100 11011 111001 101001

Color Harmonies of #A4622D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4622D

Black with #A4622D

Text Example


Text Example

White with #A4622D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4622D; }

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

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

background-color css

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

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

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

border-color css

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

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

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