Html Css Color HEX #AC6425 Mai Tai

📋 copy color: '#AC6425'

red 172 ◦ green 100 ◦ blue 37

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

Shades of Mai Tai #AC6425

Tints of Mai Tai #AC6425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.97%

R = 55.66%
G = 32.36%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC6425 (or 0xAC6425) is known color: Mai Tai. HEX triplet: AC, 64 and 25. RGB value is (172,100,37). Sum of RGB (Red+Green+Blue) = 172+100+37=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6425 is #539BDA. Grayscale: #727272. Windows color (decimal): -5479387 or 2450604. OLE color: 2450604.

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

Color convert

RGB 172 100 37 -
CMYK 0 0.42 0.78 0.33
HSL 28º 0.65% 0.41% -
HSV(B) 28º 0.78% 0.67% -
XYZ 21.9 18.02 4.07 -
YUV 114.35 84.35 169.12 -
System Red Green Blue C M Y K H S L
Decimal 172 100 37 0 0.42 0.78 0.33 28 0.65 0.41
Hex AC 64 25 0 2A 4E 21 1C 41 29
Octal 254 144 45 0 52 116 41 34 101 51
Binary 10101100 1100100 100101 0 101010 1001110 100001 11100 1000001 101001

Color Harmonies of #AC6425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6425

Black with #AC6425

Text Example


Text Example

White with #AC6425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6425; }

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

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

background-color css

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

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

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

border-color css

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

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

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