Html Css Color HEX #A56D34 Mai Tai

📋 copy color: '#A56D34'

red 165 ◦ green 109 ◦ blue 52

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

Shades of Mai Tai #A56D34

Tints of Mai Tai #A56D34

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.44%

 BLUE value IS 52 (20.7% from 255) = 15.95%

R = 50.61%
G = 33.44%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A56D34 (or 0xA56D34) is known color: Mai Tai. HEX triplet: A5, 6D and 34. RGB value is (165,109,52). Sum of RGB (Red+Green+Blue) = 165+109+52=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56D34 is #5A92CB. Grayscale: #777777. Windows color (decimal): -5935820 or 3435941. OLE color: 3435941.

HSL color Cylindrical-coordinate representation of color #A56D34: hue angle of 30.27º degrees, saturation: 0.52, 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 #A56D34 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 109 52 -
CMYK 0 0.34 0.68 0.35
HSL 30.27º 0.52% 0.43% -
HSV(B) 30.27º 0.68% 0.65% -
XYZ 21.61 19.18 5.81 -
YUV 119.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 165 109 52 0 0.34 0.68 0.35 30.27 0.52 0.43
Hex A5 6D 34 0 22 44 23 1E 34 2B
Octal 245 155 64 0 42 104 43 36 64 53
Binary 10100101 1101101 110100 0 100010 1000100 100011 11110 110100 101011

Color Harmonies of #A56D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56D34

Black with #A56D34

Text Example


Text Example

White with #A56D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56D34; }

 p { color: rgb(165,109,52); }

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

background-color css

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

 a { background-color: rgb(165,109,52); }

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

border-color css

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

 span { border-color: rgb(165,109,52); }

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