Html Css Color HEX #A56328 Mai Tai

📋 copy color: '#A56328'

red 165 ◦ green 99 ◦ blue 40

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

Shades of Mai Tai #A56328

Tints of Mai Tai #A56328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.57%

 BLUE value IS 40 (16.02% from 255) = 13.16%

R = 54.28%
G = 32.57%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A56328 (or 0xA56328) is known color: Mai Tai. HEX triplet: A5, 63 and 28. RGB value is (165,99,40). Sum of RGB (Red+Green+Blue) = 165+99+40=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A56328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56328 is #5A9CD7. Grayscale: #707070. Windows color (decimal): -5938392 or 2646949. OLE color: 2646949.

HSL color Cylindrical-coordinate representation of color #A56328: hue angle of 28.32º degrees, saturation: 0.61, 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 #A56328 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 99 40 -
CMYK 0 0.40 0.76 0.35
HSL 28.32º 0.61% 0.4% -
HSV(B) 28.32º 0.76% 0.65% -
XYZ 20.36 17.08 4.23 -
YUV 112.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 165 99 40 0 0.40 0.76 0.35 28.32 0.61 0.4
Hex A5 63 28 0 28 4C 23 1C 3D 28
Octal 245 143 50 0 50 114 43 34 75 50
Binary 10100101 1100011 101000 0 101000 1001100 100011 11100 111101 101000

Color Harmonies of #A56328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56328

Black with #A56328

Text Example


Text Example

White with #A56328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56328; }

 p { color: rgb(165,99,40); }

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

background-color css

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

 a { background-color: rgb(165,99,40); }

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

border-color css

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

 span { border-color: rgb(165,99,40); }

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