Html Css Color HEX #A5652E Mai Tai

📋 copy color: '#A5652E'

red 165 ◦ green 101 ◦ blue 46

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

Shades of Mai Tai #A5652E

Tints of Mai Tai #A5652E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.37%

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

R = 52.88%
G = 32.37%
B = 14.74%

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

#A5652E (or 0xA5652E) is known color: Mai Tai. HEX triplet: A5, 65 and 2E. RGB value is (165,101,46). Sum of RGB (Red+Green+Blue) = 165+101+46=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5652E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5652E is #5A9AD1. Grayscale: #727272. Windows color (decimal): -5937874 or 3040677. OLE color: 3040677.

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

Color convert

RGB 165 101 46 -
CMYK 0 0.39 0.72 0.35
HSL 27.73º 0.56% 0.41% -
HSV(B) 27.73º 0.72% 0.65% -
XYZ 20.66 17.5 4.87 -
YUV 113.87 89.7 164.47 -
System Red Green Blue C M Y K H S L
Decimal 165 101 46 0 0.39 0.72 0.35 27.73 0.56 0.41
Hex A5 65 2E 0 27 48 23 1C 38 29
Octal 245 145 56 0 47 110 43 34 70 51
Binary 10100101 1100101 101110 0 100111 1001000 100011 11100 111000 101001

Color Harmonies of #A5652E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5652E

Black with #A5652E

Text Example


Text Example

White with #A5652E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5652E; }

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

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

background-color css

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

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

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

border-color css

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

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

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