Html Css Color HEX #A56725 Mai Tai

📋 copy color: '#A56725'

red 165 ◦ green 103 ◦ blue 37

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

Shades of Mai Tai #A56725

Tints of Mai Tai #A56725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.77%

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

R = 54.1%
G = 33.77%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A56725 (or 0xA56725) is known color: Mai Tai. HEX triplet: A5, 67 and 25. RGB value is (165,103,37). Sum of RGB (Red+Green+Blue) = 165+103+37=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A56725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56725 is #5A98DA. Grayscale: #727272. Windows color (decimal): -5937371 or 2451365. OLE color: 2451365.

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

Color convert

RGB 165 103 37 -
CMYK 0 0.38 0.78 0.35
HSL 30.94º 0.63% 0.4% -
HSV(B) 30.94º 0.78% 0.65% -
XYZ 20.7 17.83 4.1 -
YUV 114.01 84.54 164.37 -
System Red Green Blue C M Y K H S L
Decimal 165 103 37 0 0.38 0.78 0.35 30.94 0.63 0.4
Hex A5 67 25 0 26 4E 23 1F 3F 28
Octal 245 147 45 0 46 116 43 37 77 50
Binary 10100101 1100111 100101 0 100110 1001110 100011 11111 111111 101000

Color Harmonies of #A56725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56725

Black with #A56725

Text Example


Text Example

White with #A56725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56725; }

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

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

background-color css

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

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

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

border-color css

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

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

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