Html Css Color HEX #AC6132 Mai Tai

📋 copy color: '#AC6132'

red 172 ◦ green 97 ◦ blue 50

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

Shades of Mai Tai #AC6132

Tints of Mai Tai #AC6132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.41%

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 53.92%
G = 30.41%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC6132 (or 0xAC6132) is known color: Mai Tai. HEX triplet: AC, 61 and 32. RGB value is (172,97,50). Sum of RGB (Red+Green+Blue) = 172+97+50=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6132 is #539ECD. Grayscale: #727272. Windows color (decimal): -5480142 or 3301804. OLE color: 3301804.

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

Color convert

RGB 172 97 50 -
CMYK 0 0.44 0.71 0.33
HSL 23.11º 0.55% 0.44% -
HSV(B) 23.11º 0.71% 0.67% -
XYZ 21.86 17.55 5.25 -
YUV 114.07 91.85 169.32 -
System Red Green Blue C M Y K H S L
Decimal 172 97 50 0 0.44 0.71 0.33 23.11 0.55 0.44
Hex AC 61 32 0 2C 47 21 17 37 2C
Octal 254 141 62 0 54 107 41 27 67 54
Binary 10101100 1100001 110010 0 101100 1000111 100001 10111 110111 101100

Color Harmonies of #AC6132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6132

Black with #AC6132

Text Example


Text Example

White with #AC6132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6132; }

 p { color: rgb(172,97,50); }

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

background-color css

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

 a { background-color: rgb(172,97,50); }

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

border-color css

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

 span { border-color: rgb(172,97,50); }

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