Html Css Color HEX #A5642E Mai Tai

📋 copy color: '#A5642E'

red 165 ◦ green 100 ◦ blue 46

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

Shades of Mai Tai #A5642E

Tints of Mai Tai #A5642E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.15%

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

R = 53.05%
G = 32.15%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5642E (or 0xA5642E) is known color: Mai Tai. HEX triplet: A5, 64 and 2E. RGB value is (165,100,46). Sum of RGB (Red+Green+Blue) = 165+100+46=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5642E is #5A9BD1. Grayscale: #717171. Windows color (decimal): -5938130 or 3040421. OLE color: 3040421.

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

Color convert

RGB 165 100 46 -
CMYK 0 0.39 0.72 0.35
HSL 27.23º 0.56% 0.41% -
HSV(B) 27.23º 0.72% 0.65% -
XYZ 20.57 17.31 4.84 -
YUV 113.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 165 100 46 0 0.39 0.72 0.35 27.23 0.56 0.41
Hex A5 64 2E 0 27 48 23 1B 38 29
Octal 245 144 56 0 47 110 43 33 70 51
Binary 10100101 1100100 101110 0 100111 1001000 100011 11011 111000 101001

Color Harmonies of #A5642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5642E

Black with #A5642E

Text Example


Text Example

White with #A5642E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5642E; }

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

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

background-color css

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

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

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

border-color css

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

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

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