Html Css Color HEX #A5622A Mai Tai

📋 copy color: '#A5622A'

red 165 ◦ green 98 ◦ blue 42

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

Shades of Mai Tai #A5622A

Tints of Mai Tai #A5622A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.77%

R = 54.1%
G = 32.13%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5622A (or 0xA5622A) is known color: Mai Tai. HEX triplet: A5, 62 and 2A. RGB value is (165,98,42). Sum of RGB (Red+Green+Blue) = 165+98+42=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A5622A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5622A is #5A9DD5. Grayscale: #6F6F6F. Windows color (decimal): -5938646 or 2777765. OLE color: 2777765.

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

Color convert

RGB 165 98 42 -
CMYK 0 0.41 0.75 0.35
HSL 27.32º 0.59% 0.41% -
HSV(B) 27.32º 0.75% 0.65% -
XYZ 20.3 16.9 4.38 -
YUV 111.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 165 98 42 0 0.41 0.75 0.35 27.32 0.59 0.41
Hex A5 62 2A 0 29 4B 23 1B 3B 29
Octal 245 142 52 0 51 113 43 33 73 51
Binary 10100101 1100010 101010 0 101001 1001011 100011 11011 111011 101001

Color Harmonies of #A5622A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5622A

Black with #A5622A

Text Example


Text Example

White with #A5622A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5622A; }

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

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

background-color css

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

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

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

border-color css

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

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

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