Html Css Color HEX #AC6325 Mai Tai

📋 copy color: '#AC6325'

red 172 ◦ green 99 ◦ blue 37

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

Shades of Mai Tai #AC6325

Tints of Mai Tai #AC6325

RGB

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

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

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

R = 55.84%
G = 32.14%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC6325 (or 0xAC6325) is known color: Mai Tai. HEX triplet: AC, 63 and 25. RGB value is (172,99,37). Sum of RGB (Red+Green+Blue) = 172+99+37=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6325 is #539CDA. Grayscale: #727272. Windows color (decimal): -5479643 or 2450348. OLE color: 2450348.

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

Color convert

RGB 172 99 37 -
CMYK 0 0.42 0.78 0.33
HSL 27.56º 0.65% 0.41% -
HSV(B) 27.56º 0.78% 0.67% -
XYZ 21.81 17.83 4.04 -
YUV 113.76 84.68 169.54 -
System Red Green Blue C M Y K H S L
Decimal 172 99 37 0 0.42 0.78 0.33 27.56 0.65 0.41
Hex AC 63 25 0 2A 4E 21 1C 41 29
Octal 254 143 45 0 52 116 41 34 101 51
Binary 10101100 1100011 100101 0 101010 1001110 100001 11100 1000001 101001

Color Harmonies of #AC6325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6325

Black with #AC6325

Text Example


Text Example

White with #AC6325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6325; }

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

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

background-color css

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

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

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

border-color css

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

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

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