Html Css Color HEX #A56532 Mai Tai

📋 copy color: '#A56532'

red 165 ◦ green 101 ◦ blue 50

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

Shades of Mai Tai #A56532

Tints of Mai Tai #A56532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.82%

R = 52.22%
G = 31.96%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A56532 (or 0xA56532) is known color: Mai Tai. HEX triplet: A5, 65 and 32. RGB value is (165,101,50). Sum of RGB (Red+Green+Blue) = 165+101+50=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A56532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56532 is #5A9ACD. Grayscale: #727272. Windows color (decimal): -5937870 or 3302821. OLE color: 3302821.

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

Color convert

RGB 165 101 50 -
CMYK 0 0.39 0.70 0.35
HSL 26.61º 0.53% 0.42% -
HSV(B) 26.61º 0.7% 0.65% -
XYZ 20.75 17.54 5.31 -
YUV 114.32 91.7 164.15 -
System Red Green Blue C M Y K H S L
Decimal 165 101 50 0 0.39 0.70 0.35 26.61 0.53 0.42
Hex A5 65 32 0 27 46 23 1B 35 2A
Octal 245 145 62 0 47 106 43 33 65 52
Binary 10100101 1100101 110010 0 100111 1000110 100011 11011 110101 101010

Color Harmonies of #A56532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56532

Black with #A56532

Text Example


Text Example

White with #A56532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56532; }

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

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

background-color css

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

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

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

border-color css

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

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

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