Html Css Color HEX #AC671F Mai Tai

📋 copy color: '#AC671F'

red 172 ◦ green 103 ◦ blue 31

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

Shades of Mai Tai #AC671F

Tints of Mai Tai #AC671F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

 BLUE value IS 31 (12.5% from 255) = 10.13%

R = 56.21%
G = 33.66%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC671F (or 0xAC671F) is known color: Mai Tai. HEX triplet: AC, 67 and 1F. RGB value is (172,103,31). Sum of RGB (Red+Green+Blue) = 172+103+31=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC671F is #5398E0. Grayscale: #737373. Windows color (decimal): -5478625 or 2058156. OLE color: 2058156.

HSL color Cylindrical-coordinate representation of color #AC671F: hue angle of 30.64º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC671F is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 103 31 -
CMYK 0 0.40 0.82 0.33
HSL 30.64º 0.69% 0.4% -
HSV(B) 30.64º 0.82% 0.67% -
XYZ 22.11 18.57 3.72 -
YUV 115.42 80.36 168.35 -
System Red Green Blue C M Y K H S L
Decimal 172 103 31 0 0.40 0.82 0.33 30.64 0.69 0.4
Hex AC 67 1F 0 28 52 21 1F 45 28
Octal 254 147 37 0 50 122 41 37 105 50
Binary 10101100 1100111 11111 0 101000 1010010 100001 11111 1000101 101000

Color Harmonies of #AC671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC671F

Black with #AC671F

Text Example


Text Example

White with #AC671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC671F; }

 p { color: rgb(172,103,31); }

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

background-color css

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

 a { background-color: rgb(172,103,31); }

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

border-color css

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

 span { border-color: rgb(172,103,31); }

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