Html Css Color HEX #A56535 Mai Tai

📋 copy color: '#A56535'

red 165 ◦ green 101 ◦ blue 53

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

Shades of Mai Tai #A56535

Tints of Mai Tai #A56535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.61%

R = 51.72%
G = 31.66%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A56535 (or 0xA56535) is known color: Mai Tai. HEX triplet: A5, 65 and 35. RGB value is (165,101,53). Sum of RGB (Red+Green+Blue) = 165+101+53=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A56535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56535 is #5A9ACA. Grayscale: #727272. Windows color (decimal): -5937867 or 3499429. OLE color: 3499429.

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

Color convert

RGB 165 101 53 -
CMYK 0 0.39 0.68 0.35
HSL 25.71º 0.51% 0.43% -
HSV(B) 25.71º 0.68% 0.65% -
XYZ 20.81 17.56 5.66 -
YUV 114.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 165 101 53 0 0.39 0.68 0.35 25.71 0.51 0.43
Hex A5 65 35 0 27 44 23 1A 33 2B
Octal 245 145 65 0 47 104 43 32 63 53
Binary 10100101 1100101 110101 0 100111 1000100 100011 11010 110011 101011

Color Harmonies of #A56535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56535

Black with #A56535

Text Example


Text Example

White with #A56535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56535; }

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

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

background-color css

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

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

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

border-color css

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

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

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