Html Css Color HEX #AC6320 Mai Tai

📋 copy color: '#AC6320'

red 172 ◦ green 99 ◦ blue 32

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

Shades of Mai Tai #AC6320

Tints of Mai Tai #AC6320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 56.77%
G = 32.67%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC6320 (or 0xAC6320) is known color: Mai Tai. HEX triplet: AC, 63 and 20. RGB value is (172,99,32). Sum of RGB (Red+Green+Blue) = 172+99+32=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6320 is #539CDF. Grayscale: #717171. Windows color (decimal): -5479648 or 2122668. OLE color: 2122668.

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

Color convert

RGB 172 99 32 -
CMYK 0 0.42 0.81 0.33
HSL 28.71º 0.69% 0.4% -
HSV(B) 28.71º 0.81% 0.67% -
XYZ 21.74 17.8 3.66 -
YUV 113.19 82.18 169.95 -
System Red Green Blue C M Y K H S L
Decimal 172 99 32 0 0.42 0.81 0.33 28.71 0.69 0.4
Hex AC 63 20 0 2A 51 21 1D 45 28
Octal 254 143 40 0 52 121 41 35 105 50
Binary 10101100 1100011 100000 0 101010 1010001 100001 11101 1000101 101000

Color Harmonies of #AC6320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6320

Black with #AC6320

Text Example


Text Example

White with #AC6320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6320; }

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

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

background-color css

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

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

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

border-color css

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

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

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