Html Css Color HEX #A56525 Mai Tai

📋 copy color: '#A56525'

red 165 ◦ green 101 ◦ blue 37

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

Shades of Mai Tai #A56525

Tints of Mai Tai #A56525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.21%

R = 54.46%
G = 33.33%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A56525 (or 0xA56525) is known color: Mai Tai. HEX triplet: A5, 65 and 25. RGB value is (165,101,37). Sum of RGB (Red+Green+Blue) = 165+101+37=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A56525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56525 is #5A9ADA. Grayscale: #717171. Windows color (decimal): -5937883 or 2450853. OLE color: 2450853.

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

Color convert

RGB 165 101 37 -
CMYK 0 0.39 0.78 0.35
HSL 30º 0.63% 0.4% -
HSV(B) 30º 0.78% 0.65% -
XYZ 20.5 17.44 4.04 -
YUV 112.84 85.2 165.2 -
System Red Green Blue C M Y K H S L
Decimal 165 101 37 0 0.39 0.78 0.35 30 0.63 0.4
Hex A5 65 25 0 27 4E 23 1E 3F 28
Octal 245 145 45 0 47 116 43 36 77 50
Binary 10100101 1100101 100101 0 100111 1001110 100011 11110 111111 101000

Color Harmonies of #A56525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56525

Black with #A56525

Text Example


Text Example

White with #A56525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56525; }

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

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

background-color css

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

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

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

border-color css

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

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

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