Html Css Color HEX #A56325 Mai Tai

📋 copy color: '#A56325'

red 165 ◦ green 99 ◦ blue 37

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

Shades of Mai Tai #A56325

Tints of Mai Tai #A56325

RGB

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

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

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

R = 54.82%
G = 32.89%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A56325 (or 0xA56325) is known color: Mai Tai. HEX triplet: A5, 63 and 25. RGB value is (165,99,37). Sum of RGB (Red+Green+Blue) = 165+99+37=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A56325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56325 is #5A9CDA. Grayscale: #6F6F6F. Windows color (decimal): -5938395 or 2450341. OLE color: 2450341.

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

Color convert

RGB 165 99 37 -
CMYK 0 0.40 0.78 0.35
HSL 29.06º 0.63% 0.4% -
HSV(B) 29.06º 0.78% 0.65% -
XYZ 20.31 17.06 3.97 -
YUV 111.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 165 99 37 0 0.40 0.78 0.35 29.06 0.63 0.4
Hex A5 63 25 0 28 4E 23 1D 3F 28
Octal 245 143 45 0 50 116 43 35 77 50
Binary 10100101 1100011 100101 0 101000 1001110 100011 11101 111111 101000

Color Harmonies of #A56325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56325

Black with #A56325

Text Example


Text Example

White with #A56325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56325; }

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

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

background-color css

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

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

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

border-color css

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

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

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