Html Css Color HEX #A5632E Mai Tai

📋 copy color: '#A5632E'

red 165 ◦ green 99 ◦ blue 46

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

Shades of Mai Tai #A5632E

Tints of Mai Tai #A5632E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.94%

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

R = 53.23%
G = 31.94%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5632E (or 0xA5632E) is known color: Mai Tai. HEX triplet: A5, 63 and 2E. RGB value is (165,99,46). Sum of RGB (Red+Green+Blue) = 165+99+46=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5632E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5632E is #5A9CD1. Grayscale: #707070. Windows color (decimal): -5938386 or 3040165. OLE color: 3040165.

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

Color convert

RGB 165 99 46 -
CMYK 0 0.40 0.72 0.35
HSL 26.72º 0.56% 0.41% -
HSV(B) 26.72º 0.72% 0.65% -
XYZ 20.47 17.12 4.81 -
YUV 112.69 90.37 165.31 -
System Red Green Blue C M Y K H S L
Decimal 165 99 46 0 0.40 0.72 0.35 26.72 0.56 0.41
Hex A5 63 2E 0 28 48 23 1B 38 29
Octal 245 143 56 0 50 110 43 33 70 51
Binary 10100101 1100011 101110 0 101000 1001000 100011 11011 111000 101001

Color Harmonies of #A5632E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5632E

Black with #A5632E

Text Example


Text Example

White with #A5632E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5632E; }

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

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

background-color css

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

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

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

border-color css

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

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

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