Html Css Color HEX #AC6130 Mai Tai

📋 copy color: '#AC6130'

red 172 ◦ green 97 ◦ blue 48

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

Shades of Mai Tai #AC6130

Tints of Mai Tai #AC6130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 54.26%
G = 30.6%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC6130 (or 0xAC6130) is known color: Mai Tai. HEX triplet: AC, 61 and 30. RGB value is (172,97,48). Sum of RGB (Red+Green+Blue) = 172+97+48=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6130 is #539ECF. Grayscale: #727272. Windows color (decimal): -5480144 or 3170732. OLE color: 3170732.

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

Color convert

RGB 172 97 48 -
CMYK 0 0.44 0.72 0.33
HSL 23.71º 0.56% 0.43% -
HSV(B) 23.71º 0.72% 0.67% -
XYZ 21.82 17.53 5.03 -
YUV 113.84 90.85 169.48 -
System Red Green Blue C M Y K H S L
Decimal 172 97 48 0 0.44 0.72 0.33 23.71 0.56 0.43
Hex AC 61 30 0 2C 48 21 18 38 2B
Octal 254 141 60 0 54 110 41 30 70 53
Binary 10101100 1100001 110000 0 101100 1001000 100001 11000 111000 101011

Color Harmonies of #AC6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6130

Black with #AC6130

Text Example


Text Example

White with #AC6130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6130; }

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

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

background-color css

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

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

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

border-color css

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

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

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