Html Css Color HEX #AC6525 Mai Tai

📋 copy color: '#AC6525'

red 172 ◦ green 101 ◦ blue 37

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

Shades of Mai Tai #AC6525

Tints of Mai Tai #AC6525

RGB

 RED value IS 172 (67.58% from 255) = 55.48%

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

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

R = 55.48%
G = 32.58%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC6525 (or 0xAC6525) is known color: Mai Tai. HEX triplet: AC, 65 and 25. RGB value is (172,101,37). Sum of RGB (Red+Green+Blue) = 172+101+37=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6525 is #539ADA. Grayscale: #737373. Windows color (decimal): -5479131 or 2450860. OLE color: 2450860.

HSL color Cylindrical-coordinate representation of color #AC6525: hue angle of 28.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC6525 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 101 37 -
CMYK 0 0.41 0.78 0.33
HSL 28.44º 0.65% 0.41% -
HSV(B) 28.44º 0.78% 0.67% -
XYZ 22 18.21 4.11 -
YUV 114.93 84.02 168.7 -
System Red Green Blue C M Y K H S L
Decimal 172 101 37 0 0.41 0.78 0.33 28.44 0.65 0.41
Hex AC 65 25 0 29 4E 21 1C 41 29
Octal 254 145 45 0 51 116 41 34 101 51
Binary 10101100 1100101 100101 0 101001 1001110 100001 11100 1000001 101001

Color Harmonies of #AC6525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6525

Black with #AC6525

Text Example


Text Example

White with #AC6525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6525; }

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

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

background-color css

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

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

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

border-color css

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

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

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