Html Css Color HEX #AC662A Mai Tai

📋 copy color: '#AC662A'

red 172 ◦ green 102 ◦ blue 42

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

Shades of Mai Tai #AC662A

Tints of Mai Tai #AC662A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.28%

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 54.43%
G = 32.28%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC662A (or 0xAC662A) is known color: Mai Tai. HEX triplet: AC, 66 and 2A. RGB value is (172,102,42). Sum of RGB (Red+Green+Blue) = 172+102+42=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC662A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC662A is #5399D5. Grayscale: #747474. Windows color (decimal): -5478870 or 2778796. OLE color: 2778796.

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

Color convert

RGB 172 102 42 -
CMYK 0 0.41 0.76 0.33
HSL 27.69º 0.61% 0.42% -
HSV(B) 27.69º 0.76% 0.67% -
XYZ 22.18 18.44 4.58 -
YUV 116.09 86.19 167.88 -
System Red Green Blue C M Y K H S L
Decimal 172 102 42 0 0.41 0.76 0.33 27.69 0.61 0.42
Hex AC 66 2A 0 29 4C 21 1C 3D 2A
Octal 254 146 52 0 51 114 41 34 75 52
Binary 10101100 1100110 101010 0 101001 1001100 100001 11100 111101 101010

Color Harmonies of #AC662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC662A

Black with #AC662A

Text Example


Text Example

White with #AC662A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC662A; }

 p { color: rgb(172,102,42); }

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

background-color css

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

 a { background-color: rgb(172,102,42); }

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

border-color css

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

 span { border-color: rgb(172,102,42); }

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