Html Css Color HEX #A5652D Mai Tai

📋 copy color: '#A5652D'

red 165 ◦ green 101 ◦ blue 45

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

Shades of Mai Tai #A5652D

Tints of Mai Tai #A5652D

RGB

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

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

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

R = 53.05%
G = 32.48%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5652D (or 0xA5652D) is known color: Mai Tai. HEX triplet: A5, 65 and 2D. RGB value is (165,101,45). Sum of RGB (Red+Green+Blue) = 165+101+45=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5652D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5652D is #5A9AD2. Grayscale: #727272. Windows color (decimal): -5937875 or 2975141. OLE color: 2975141.

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

Color convert

RGB 165 101 45 -
CMYK 0 0.39 0.73 0.35
HSL 28º 0.57% 0.41% -
HSV(B) 28º 0.73% 0.65% -
XYZ 20.64 17.5 4.77 -
YUV 113.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 165 101 45 0 0.39 0.73 0.35 28 0.57 0.41
Hex A5 65 2D 0 27 49 23 1C 39 29
Octal 245 145 55 0 47 111 43 34 71 51
Binary 10100101 1100101 101101 0 100111 1001001 100011 11100 111001 101001

Color Harmonies of #A5652D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5652D

Black with #A5652D

Text Example


Text Example

White with #A5652D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5652D; }

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

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

background-color css

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

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

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

border-color css

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

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

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