Html Css Color HEX #A56232 Mai Tai

📋 copy color: '#A56232'

red 165 ◦ green 98 ◦ blue 50

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

Shades of Mai Tai #A56232

Tints of Mai Tai #A56232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.31%

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

R = 52.72%
G = 31.31%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A56232 (or 0xA56232) is known color: Mai Tai. HEX triplet: A5, 62 and 32. RGB value is (165,98,50). Sum of RGB (Red+Green+Blue) = 165+98+50=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A56232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56232 is #5A9DCD. Grayscale: #707070. Windows color (decimal): -5938638 or 3302053. OLE color: 3302053.

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

Color convert

RGB 165 98 50 -
CMYK 0 0.41 0.70 0.35
HSL 25.04º 0.53% 0.42% -
HSV(B) 25.04º 0.7% 0.65% -
XYZ 20.46 16.96 5.21 -
YUV 112.56 92.7 165.4 -
System Red Green Blue C M Y K H S L
Decimal 165 98 50 0 0.41 0.70 0.35 25.04 0.53 0.42
Hex A5 62 32 0 29 46 23 19 35 2A
Octal 245 142 62 0 51 106 43 31 65 52
Binary 10100101 1100010 110010 0 101001 1000110 100011 11001 110101 101010

Color Harmonies of #A56232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56232

Black with #A56232

Text Example


Text Example

White with #A56232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56232; }

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

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

background-color css

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

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

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

border-color css

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

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

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