Html Css Color HEX #A56523 Mai Tai

📋 copy color: '#A56523'

red 165 ◦ green 101 ◦ blue 35

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

Shades of Mai Tai #A56523

Tints of Mai Tai #A56523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.63%

R = 54.82%
G = 33.55%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A56523 (or 0xA56523) is known color: Mai Tai. HEX triplet: A5, 65 and 23. RGB value is (165,101,35). Sum of RGB (Red+Green+Blue) = 165+101+35=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A56523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56523 is #5A9ADC. Grayscale: #707070. Windows color (decimal): -5937885 or 2319781. OLE color: 2319781.

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

Color convert

RGB 165 101 35 -
CMYK 0 0.39 0.79 0.35
HSL 30.46º 0.65% 0.39% -
HSV(B) 30.46º 0.79% 0.65% -
XYZ 20.47 17.43 3.87 -
YUV 112.61 84.2 165.37 -
System Red Green Blue C M Y K H S L
Decimal 165 101 35 0 0.39 0.79 0.35 30.46 0.65 0.39
Hex A5 65 23 0 27 4F 23 1E 41 27
Octal 245 145 43 0 47 117 43 36 101 47
Binary 10100101 1100101 100011 0 100111 1001111 100011 11110 1000001 100111

Color Harmonies of #A56523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56523

Black with #A56523

Text Example


Text Example

White with #A56523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56523; }

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

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

background-color css

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

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

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

border-color css

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

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

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