Html Css Color HEX #AC601E Mai Tai

📋 copy color: '#AC601E'

red 172 ◦ green 96 ◦ blue 30

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

Shades of Mai Tai #AC601E

Tints of Mai Tai #AC601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.21%

 BLUE value IS 30 (12.11% from 255) = 10.07%

R = 57.72%
G = 32.21%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC601E (or 0xAC601E) is known color: Mai Tai. HEX triplet: AC, 60 and 1E. RGB value is (172,96,30). Sum of RGB (Red+Green+Blue) = 172+96+30=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC601E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC601E is #539FE1. Grayscale: #6F6F6F. Windows color (decimal): -5480418 or 1990828. OLE color: 1990828.

HSL color Cylindrical-coordinate representation of color #AC601E: hue angle of 27.89º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC601E is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 96 30 -
CMYK 0 0.44 0.83 0.33
HSL 27.89º 0.7% 0.4% -
HSV(B) 27.89º 0.83% 0.67% -
XYZ 21.43 17.23 3.42 -
YUV 111.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 172 96 30 0 0.44 0.83 0.33 27.89 0.7 0.4
Hex AC 60 1E 0 2C 53 21 1C 46 28
Octal 254 140 36 0 54 123 41 34 106 50
Binary 10101100 1100000 11110 0 101100 1010011 100001 11100 1000110 101000

Color Harmonies of #AC601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC601E

Black with #AC601E

Text Example


Text Example

White with #AC601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC601E; }

 p { color: rgb(172,96,30); }

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

background-color css

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

 a { background-color: rgb(172,96,30); }

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

border-color css

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

 span { border-color: rgb(172,96,30); }

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