Html Css Color HEX #A56B35 Mai Tai

📋 copy color: '#A56B35'

red 165 ◦ green 107 ◦ blue 53

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

Shades of Mai Tai #A56B35

Tints of Mai Tai #A56B35

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.92%

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

R = 50.77%
G = 32.92%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A56B35 (or 0xA56B35) is known color: Mai Tai. HEX triplet: A5, 6B and 35. RGB value is (165,107,53). Sum of RGB (Red+Green+Blue) = 165+107+53=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56B35 is #5A94CA. Grayscale: #767676. Windows color (decimal): -5936331 or 3500965. OLE color: 3500965.

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

Color convert

RGB 165 107 53 -
CMYK 0 0.35 0.68 0.35
HSL 28.93º 0.51% 0.43% -
HSV(B) 28.93º 0.68% 0.65% -
XYZ 21.42 18.77 5.86 -
YUV 118.19 91.22 161.39 -
System Red Green Blue C M Y K H S L
Decimal 165 107 53 0 0.35 0.68 0.35 28.93 0.51 0.43
Hex A5 6B 35 0 23 44 23 1D 33 2B
Octal 245 153 65 0 43 104 43 35 63 53
Binary 10100101 1101011 110101 0 100011 1000100 100011 11101 110011 101011

Color Harmonies of #A56B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B35

Black with #A56B35

Text Example


Text Example

White with #A56B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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