Html Css Color HEX #AC6427 Mai Tai

📋 copy color: '#AC6427'

red 172 ◦ green 100 ◦ blue 39

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

Shades of Mai Tai #AC6427

Tints of Mai Tai #AC6427

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.15%

 BLUE value IS 39 (15.63% from 255) = 12.54%

R = 55.31%
G = 32.15%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC6427 (or 0xAC6427) is known color: Mai Tai. HEX triplet: AC, 64 and 27. RGB value is (172,100,39). Sum of RGB (Red+Green+Blue) = 172+100+39=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6427 is #539BD8. Grayscale: #727272. Windows color (decimal): -5479385 or 2581676. OLE color: 2581676.

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

Color convert

RGB 172 100 39 -
CMYK 0 0.42 0.77 0.33
HSL 27.52º 0.63% 0.41% -
HSV(B) 27.52º 0.77% 0.67% -
XYZ 21.94 18.03 4.24 -
YUV 114.57 85.35 168.96 -
System Red Green Blue C M Y K H S L
Decimal 172 100 39 0 0.42 0.77 0.33 27.52 0.63 0.41
Hex AC 64 27 0 2A 4D 21 1C 3F 29
Octal 254 144 47 0 52 115 41 34 77 51
Binary 10101100 1100100 100111 0 101010 1001101 100001 11100 111111 101001

Color Harmonies of #AC6427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6427

Black with #AC6427

Text Example


Text Example

White with #AC6427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6427; }

 p { color: rgb(172,100,39); }

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

background-color css

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

 a { background-color: rgb(172,100,39); }

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

border-color css

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

 span { border-color: rgb(172,100,39); }

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