Html Css Color HEX #AB642B Mai Tai

📋 copy color: '#AB642B'

red 171 ◦ green 100 ◦ blue 43

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

Shades of Mai Tai #AB642B

Tints of Mai Tai #AB642B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.85%

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 54.46%
G = 31.85%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB642B (or 0xAB642B) is known color: Mai Tai. HEX triplet: AB, 64 and 2B. RGB value is (171,100,43). Sum of RGB (Red+Green+Blue) = 171+100+43=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB642B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB642B is #549BD4. Grayscale: #737373. Windows color (decimal): -5544917 or 2843819. OLE color: 2843819.

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

Color convert

RGB 171 100 43 -
CMYK 0 0.42 0.75 0.33
HSL 26.72º 0.6% 0.42% -
HSV(B) 26.72º 0.75% 0.67% -
XYZ 21.79 17.95 4.6 -
YUV 114.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 171 100 43 0 0.42 0.75 0.33 26.72 0.6 0.42
Hex AB 64 2B 0 2A 4B 21 1B 3C 2A
Octal 253 144 53 0 52 113 41 33 74 52
Binary 10101011 1100100 101011 0 101010 1001011 100001 11011 111100 101010

Color Harmonies of #AB642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB642B

Black with #AB642B

Text Example


Text Example

White with #AB642B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB642B; }

 p { color: rgb(171,100,43); }

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

background-color css

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

 a { background-color: rgb(171,100,43); }

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

border-color css

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

 span { border-color: rgb(171,100,43); }

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