Html Css Color HEX #A56829 Mai Tai

📋 copy color: '#A56829'

red 165 ◦ green 104 ◦ blue 41

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

Shades of Mai Tai #A56829

Tints of Mai Tai #A56829

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

 BLUE value IS 41 (16.41% from 255) = 13.23%

R = 53.23%
G = 33.55%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A56829 (or 0xA56829) is known color: Mai Tai. HEX triplet: A5, 68 and 29. RGB value is (165,104,41). Sum of RGB (Red+Green+Blue) = 165+104+41=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A56829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56829 is #5A97D6. Grayscale: #737373. Windows color (decimal): -5937111 or 2713765. OLE color: 2713765.

HSL color Cylindrical-coordinate representation of color #A56829: hue angle of 30.48º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A56829 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 104 41 -
CMYK 0 0.37 0.75 0.35
HSL 30.48º 0.6% 0.4% -
HSV(B) 30.48º 0.75% 0.65% -
XYZ 20.87 18.06 4.48 -
YUV 115.06 86.21 163.62 -
System Red Green Blue C M Y K H S L
Decimal 165 104 41 0 0.37 0.75 0.35 30.48 0.6 0.4
Hex A5 68 29 0 25 4B 23 1E 3C 28
Octal 245 150 51 0 45 113 43 36 74 50
Binary 10100101 1101000 101001 0 100101 1001011 100011 11110 111100 101000

Color Harmonies of #A56829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56829

Black with #A56829

Text Example


Text Example

White with #A56829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56829; }

 p { color: rgb(165,104,41); }

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

background-color css

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

 a { background-color: rgb(165,104,41); }

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

border-color css

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

 span { border-color: rgb(165,104,41); }

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