Html Css Color HEX #A5622D Mai Tai

📋 copy color: '#A5622D'

red 165 ◦ green 98 ◦ blue 45

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

Shades of Mai Tai #A5622D

Tints of Mai Tai #A5622D

RGB

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

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

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

R = 53.57%
G = 31.82%
B = 14.61%

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

#A5622D (or 0xA5622D) is known color: Mai Tai. HEX triplet: A5, 62 and 2D. RGB value is (165,98,45). Sum of RGB (Red+Green+Blue) = 165+98+45=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5622D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5622D is #5A9DD2. Grayscale: #707070. Windows color (decimal): -5938643 or 2974373. OLE color: 2974373.

HSL color Cylindrical-coordinate representation of color #A5622D: hue angle of 26.5º degrees, saturation: 0.57, 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 #A5622D is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 98 45 -
CMYK 0 0.41 0.73 0.35
HSL 26.5º 0.57% 0.41% -
HSV(B) 26.5º 0.73% 0.65% -
XYZ 20.36 16.92 4.68 -
YUV 111.99 90.2 165.81 -
System Red Green Blue C M Y K H S L
Decimal 165 98 45 0 0.41 0.73 0.35 26.5 0.57 0.41
Hex A5 62 2D 0 29 49 23 1A 39 29
Octal 245 142 55 0 51 111 43 32 71 51
Binary 10100101 1100010 101101 0 101001 1001001 100011 11010 111001 101001

Color Harmonies of #A5622D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5622D

Black with #A5622D

Text Example


Text Example

White with #A5622D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5622D; }

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

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

background-color css

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

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

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

border-color css

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

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

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