Html Css Color HEX #AB612C Mai Tai

📋 copy color: '#AB612C'

red 171 ◦ green 97 ◦ blue 44

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

Shades of Mai Tai #AB612C

Tints of Mai Tai #AB612C

RGB

 RED value IS 171 (67.19% from 255) = 54.81%

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

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 54.81%
G = 31.09%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB612C (or 0xAB612C) is known color: Mai Tai. HEX triplet: AB, 61 and 2C. RGB value is (171,97,44). Sum of RGB (Red+Green+Blue) = 171+97+44=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB612C is #549ED3. Grayscale: #717171. Windows color (decimal): -5545684 or 2908587. OLE color: 2908587.

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

Color convert

RGB 171 97 44 -
CMYK 0 0.43 0.74 0.33
HSL 25.04º 0.59% 0.42% -
HSV(B) 25.04º 0.74% 0.67% -
XYZ 21.52 17.39 4.6 -
YUV 113.08 89.02 169.31 -
System Red Green Blue C M Y K H S L
Decimal 171 97 44 0 0.43 0.74 0.33 25.04 0.59 0.42
Hex AB 61 2C 0 2B 4A 21 19 3B 2A
Octal 253 141 54 0 53 112 41 31 73 52
Binary 10101011 1100001 101100 0 101011 1001010 100001 11001 111011 101010

Color Harmonies of #AB612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB612C

Black with #AB612C

Text Example


Text Example

White with #AB612C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB612C; }

 p { color: rgb(171,97,44); }

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

background-color css

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

 a { background-color: rgb(171,97,44); }

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

border-color css

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

 span { border-color: rgb(171,97,44); }

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