Html Css Color HEX #AB612E Mai Tai

📋 copy color: '#AB612E'

red 171 ◦ green 97 ◦ blue 46

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

Shades of Mai Tai #AB612E

Tints of Mai Tai #AB612E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.65%

R = 54.46%
G = 30.89%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB612E (or 0xAB612E) is known color: Mai Tai. HEX triplet: AB, 61 and 2E. RGB value is (171,97,46). Sum of RGB (Red+Green+Blue) = 171+97+46=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB612E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB612E is #549ED1. Grayscale: #717171. Windows color (decimal): -5545682 or 3039659. OLE color: 3039659.

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

Color convert

RGB 171 97 46 -
CMYK 0 0.43 0.73 0.33
HSL 24.48º 0.58% 0.43% -
HSV(B) 24.48º 0.73% 0.67% -
XYZ 21.56 17.4 4.81 -
YUV 113.31 90.02 169.15 -
System Red Green Blue C M Y K H S L
Decimal 171 97 46 0 0.43 0.73 0.33 24.48 0.58 0.43
Hex AB 61 2E 0 2B 49 21 18 3A 2B
Octal 253 141 56 0 53 111 41 30 72 53
Binary 10101011 1100001 101110 0 101011 1001001 100001 11000 111010 101011

Color Harmonies of #AB612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB612E

Black with #AB612E

Text Example


Text Example

White with #AB612E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB612E; }

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

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

background-color css

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

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

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

border-color css

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

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

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