Html Css Color HEX #A5652F Mai Tai

📋 copy color: '#A5652F'

red 165 ◦ green 101 ◦ blue 47

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

Shades of Mai Tai #A5652F

Tints of Mai Tai #A5652F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.02%

R = 52.72%
G = 32.27%
B = 15.02%

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

#A5652F (or 0xA5652F) is known color: Mai Tai. HEX triplet: A5, 65 and 2F. RGB value is (165,101,47). Sum of RGB (Red+Green+Blue) = 165+101+47=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A5652F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5652F is #5A9AD0. Grayscale: #727272. Windows color (decimal): -5937873 or 3106213. OLE color: 3106213.

HSL color Cylindrical-coordinate representation of color #A5652F: hue angle of 27.46º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A5652F is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 101 47 -
CMYK 0 0.39 0.72 0.35
HSL 27.46º 0.56% 0.42% -
HSV(B) 27.46º 0.72% 0.65% -
XYZ 20.68 17.51 4.98 -
YUV 113.98 90.2 164.39 -
System Red Green Blue C M Y K H S L
Decimal 165 101 47 0 0.39 0.72 0.35 27.46 0.56 0.42
Hex A5 65 2F 0 27 48 23 1B 38 2A
Octal 245 145 57 0 47 110 43 33 70 52
Binary 10100101 1100101 101111 0 100111 1001000 100011 11011 111000 101010

Color Harmonies of #A5652F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5652F

Black with #A5652F

Text Example


Text Example

White with #A5652F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5652F; }

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

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

background-color css

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

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

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

border-color css

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

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

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