Html Css Color HEX #A56527 Mai Tai

📋 copy color: '#A56527'

red 165 ◦ green 101 ◦ blue 39

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

Shades of Mai Tai #A56527

Tints of Mai Tai #A56527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.79%

R = 54.1%
G = 33.11%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A56527 (or 0xA56527) is known color: Mai Tai. HEX triplet: A5, 65 and 27. RGB value is (165,101,39). Sum of RGB (Red+Green+Blue) = 165+101+39=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A56527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56527 is #5A9AD8. Grayscale: #717171. Windows color (decimal): -5937881 or 2581925. OLE color: 2581925.

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

Color convert

RGB 165 101 39 -
CMYK 0 0.39 0.76 0.35
HSL 29.52º 0.62% 0.4% -
HSV(B) 29.52º 0.76% 0.65% -
XYZ 20.54 17.45 4.21 -
YUV 113.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 165 101 39 0 0.39 0.76 0.35 29.52 0.62 0.4
Hex A5 65 27 0 27 4C 23 1E 3E 28
Octal 245 145 47 0 47 114 43 36 76 50
Binary 10100101 1100101 100111 0 100111 1001100 100011 11110 111110 101000

Color Harmonies of #A56527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56527

Black with #A56527

Text Example


Text Example

White with #A56527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56527; }

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

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

background-color css

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

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

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

border-color css

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

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

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