Html Css Color HEX #A56B2B Mai Tai

📋 copy color: '#A56B2B'

red 165 ◦ green 107 ◦ blue 43

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

Shades of Mai Tai #A56B2B

Tints of Mai Tai #A56B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 52.38%
G = 33.97%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A56B2B (or 0xA56B2B) is known color: Mai Tai. HEX triplet: A5, 6B and 2B. RGB value is (165,107,43). Sum of RGB (Red+Green+Blue) = 165+107+43=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56B2B is #5A94D4. Grayscale: #757575. Windows color (decimal): -5936341 or 2845605. OLE color: 2845605.

HSL color Cylindrical-coordinate representation of color #A56B2B: hue angle of 31.48º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A56B2B is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 107 43 -
CMYK 0 0.35 0.74 0.35
HSL 31.48º 0.59% 0.41% -
HSV(B) 31.48º 0.74% 0.65% -
XYZ 21.21 18.69 4.77 -
YUV 117.05 86.22 162.2 -
System Red Green Blue C M Y K H S L
Decimal 165 107 43 0 0.35 0.74 0.35 31.48 0.59 0.41
Hex A5 6B 2B 0 23 4A 23 1F 3B 29
Octal 245 153 53 0 43 112 43 37 73 51
Binary 10100101 1101011 101011 0 100011 1001010 100011 11111 111011 101001

Color Harmonies of #A56B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B2B

Black with #A56B2B

Text Example


Text Example

White with #A56B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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