Html Css Color HEX #A56531 Mai Tai

📋 copy color: '#A56531'

red 165 ◦ green 101 ◦ blue 49

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

Shades of Mai Tai #A56531

Tints of Mai Tai #A56531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.56%

R = 52.38%
G = 32.06%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A56531 (or 0xA56531) is known color: Mai Tai. HEX triplet: A5, 65 and 31. RGB value is (165,101,49). Sum of RGB (Red+Green+Blue) = 165+101+49=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A56531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56531 is #5A9ACE. Grayscale: #727272. Windows color (decimal): -5937871 or 3237285. OLE color: 3237285.

HSL color Cylindrical-coordinate representation of color #A56531: hue angle of 26.9º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A56531 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 101 49 -
CMYK 0 0.39 0.70 0.35
HSL 26.9º 0.54% 0.42% -
HSV(B) 26.9º 0.7% 0.65% -
XYZ 20.73 17.53 5.2 -
YUV 114.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 165 101 49 0 0.39 0.70 0.35 26.9 0.54 0.42
Hex A5 65 31 0 27 46 23 1B 36 2A
Octal 245 145 61 0 47 106 43 33 66 52
Binary 10100101 1100101 110001 0 100111 1000110 100011 11011 110110 101010

Color Harmonies of #A56531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56531

Black with #A56531

Text Example


Text Example

White with #A56531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56531; }

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

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

background-color css

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

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

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

border-color css

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

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

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