Html Css Color HEX #A5622C Mai Tai

📋 copy color: '#A5622C'

red 165 ◦ green 98 ◦ blue 44

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

Shades of Mai Tai #A5622C

Tints of Mai Tai #A5622C

RGB

 RED value IS 165 (64.84% from 255) = 53.75%

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

 BLUE value IS 44 (17.58% from 255) = 14.33%

R = 53.75%
G = 31.92%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5622C (or 0xA5622C) is known color: Mai Tai. HEX triplet: A5, 62 and 2C. RGB value is (165,98,44). Sum of RGB (Red+Green+Blue) = 165+98+44=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A5622C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5622C is #5A9DD3. Grayscale: #707070. Windows color (decimal): -5938644 or 2908837. OLE color: 2908837.

HSL color Cylindrical-coordinate representation of color #A5622C: hue angle of 26.78º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5622C is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 98 44 -
CMYK 0 0.41 0.73 0.35
HSL 26.78º 0.58% 0.41% -
HSV(B) 26.78º 0.73% 0.65% -
XYZ 20.34 16.92 4.58 -
YUV 111.88 89.7 165.89 -
System Red Green Blue C M Y K H S L
Decimal 165 98 44 0 0.41 0.73 0.35 26.78 0.58 0.41
Hex A5 62 2C 0 29 49 23 1B 3A 29
Octal 245 142 54 0 51 111 43 33 72 51
Binary 10100101 1100010 101100 0 101001 1001001 100011 11011 111010 101001

Color Harmonies of #A5622C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5622C

Black with #A5622C

Text Example


Text Example

White with #A5622C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5622C; }

 p { color: rgb(165,98,44); }

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

background-color css

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

 a { background-color: rgb(165,98,44); }

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

border-color css

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

 span { border-color: rgb(165,98,44); }

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