Html Css Color HEX #AC6530 Mai Tai

📋 copy color: '#AC6530'

red 172 ◦ green 101 ◦ blue 48

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

Shades of Mai Tai #AC6530

Tints of Mai Tai #AC6530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.46%

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

R = 53.58%
G = 31.46%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC6530 (or 0xAC6530) is known color: Mai Tai. HEX triplet: AC, 65 and 30. RGB value is (172,101,48). Sum of RGB (Red+Green+Blue) = 172+101+48=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6530 is #539ACF. Grayscale: #747474. Windows color (decimal): -5479120 or 3171756. OLE color: 3171756.

HSL color Cylindrical-coordinate representation of color #AC6530: hue angle of 25.65º 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 #AC6530 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 101 48 -
CMYK 0 0.41 0.72 0.33
HSL 25.65º 0.56% 0.43% -
HSV(B) 25.65º 0.72% 0.67% -
XYZ 22.2 18.29 5.16 -
YUV 116.19 89.52 167.81 -
System Red Green Blue C M Y K H S L
Decimal 172 101 48 0 0.41 0.72 0.33 25.65 0.56 0.43
Hex AC 65 30 0 29 48 21 1A 38 2B
Octal 254 145 60 0 51 110 41 32 70 53
Binary 10101100 1100101 110000 0 101001 1001000 100001 11010 111000 101011

Color Harmonies of #AC6530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6530

Black with #AC6530

Text Example


Text Example

White with #AC6530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6530; }

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

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

background-color css

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

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

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

border-color css

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

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

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