Html Css Color HEX #AB642A Mai Tai

📋 copy color: '#AB642A'

red 171 ◦ green 100 ◦ blue 42

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

Shades of Mai Tai #AB642A

Tints of Mai Tai #AB642A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 54.63%
G = 31.95%
B = 13.42%

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

#AB642A (or 0xAB642A) is known color: Mai Tai. HEX triplet: AB, 64 and 2A. RGB value is (171,100,42). Sum of RGB (Red+Green+Blue) = 171+100+42=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB642A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB642A is #549BD5. Grayscale: #727272. Windows color (decimal): -5544918 or 2778283. OLE color: 2778283.

HSL color Cylindrical-coordinate representation of color #AB642A: hue angle of 26.98º degrees, saturation: 0.61, 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 #AB642A is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 100 42 -
CMYK 0 0.42 0.75 0.33
HSL 26.98º 0.61% 0.42% -
HSV(B) 26.98º 0.75% 0.67% -
XYZ 21.77 17.94 4.51 -
YUV 114.62 87.02 168.22 -
System Red Green Blue C M Y K H S L
Decimal 171 100 42 0 0.42 0.75 0.33 26.98 0.61 0.42
Hex AB 64 2A 0 2A 4B 21 1B 3D 2A
Octal 253 144 52 0 52 113 41 33 75 52
Binary 10101011 1100100 101010 0 101010 1001011 100001 11011 111101 101010

Color Harmonies of #AB642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB642A

Black with #AB642A

Text Example


Text Example

White with #AB642A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB642A; }

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

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

background-color css

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

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

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

border-color css

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

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

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