Html Css Color HEX #A56533 Mai Tai

📋 copy color: '#A56533'

red 165 ◦ green 101 ◦ blue 51

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

Shades of Mai Tai #A56533

Tints of Mai Tai #A56533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.09%

R = 52.05%
G = 31.86%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A56533 (or 0xA56533) is known color: Mai Tai. HEX triplet: A5, 65 and 33. RGB value is (165,101,51). Sum of RGB (Red+Green+Blue) = 165+101+51=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A56533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56533 is #5A9ACC. Grayscale: #727272. Windows color (decimal): -5937869 or 3368357. OLE color: 3368357.

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

Color convert

RGB 165 101 51 -
CMYK 0 0.39 0.69 0.35
HSL 26.32º 0.53% 0.42% -
HSV(B) 26.32º 0.69% 0.65% -
XYZ 20.77 17.55 5.42 -
YUV 114.44 92.2 164.07 -
System Red Green Blue C M Y K H S L
Decimal 165 101 51 0 0.39 0.69 0.35 26.32 0.53 0.42
Hex A5 65 33 0 27 45 23 1A 35 2A
Octal 245 145 63 0 47 105 43 32 65 52
Binary 10100101 1100101 110011 0 100111 1000101 100011 11010 110101 101010

Color Harmonies of #A56533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56533

Black with #A56533

Text Example


Text Example

White with #A56533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56533; }

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

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

background-color css

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

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

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

border-color css

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

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

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