Html Css Color HEX #A5622E Mai Tai

📋 copy color: '#A5622E'

red 165 ◦ green 98 ◦ blue 46

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

Shades of Mai Tai #A5622E

Tints of Mai Tai #A5622E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.89%

R = 53.4%
G = 31.72%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5622E (or 0xA5622E) is known color: Mai Tai. HEX triplet: A5, 62 and 2E. RGB value is (165,98,46). Sum of RGB (Red+Green+Blue) = 165+98+46=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5622E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5622E is #5A9DD1. Grayscale: #707070. Windows color (decimal): -5938642 or 3039909. OLE color: 3039909.

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

Color convert

RGB 165 98 46 -
CMYK 0 0.41 0.72 0.35
HSL 26.22º 0.56% 0.41% -
HSV(B) 26.22º 0.72% 0.65% -
XYZ 20.38 16.93 4.78 -
YUV 112.11 90.7 165.73 -
System Red Green Blue C M Y K H S L
Decimal 165 98 46 0 0.41 0.72 0.35 26.22 0.56 0.41
Hex A5 62 2E 0 29 48 23 1A 38 29
Octal 245 142 56 0 51 110 43 32 70 51
Binary 10100101 1100010 101110 0 101001 1001000 100011 11010 111000 101001

Color Harmonies of #A5622E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5622E

Black with #A5622E

Text Example


Text Example

White with #A5622E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5622E; }

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

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

background-color css

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

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

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

border-color css

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

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

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