Html Css Color HEX #AB642D Mai Tai

📋 copy color: '#AB642D'

red 171 ◦ green 100 ◦ blue 45

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

Shades of Mai Tai #AB642D

Tints of Mai Tai #AB642D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.24%

R = 54.11%
G = 31.65%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB642D (or 0xAB642D) is known color: Mai Tai. HEX triplet: AB, 64 and 2D. RGB value is (171,100,45). Sum of RGB (Red+Green+Blue) = 171+100+45=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB642D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB642D is #549BD2. Grayscale: #737373. Windows color (decimal): -5544915 or 2974891. OLE color: 2974891.

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

Color convert

RGB 171 100 45 -
CMYK 0 0.42 0.74 0.33
HSL 26.19º 0.58% 0.42% -
HSV(B) 26.19º 0.74% 0.67% -
XYZ 21.83 17.96 4.8 -
YUV 114.96 88.52 167.97 -
System Red Green Blue C M Y K H S L
Decimal 171 100 45 0 0.42 0.74 0.33 26.19 0.58 0.42
Hex AB 64 2D 0 2A 4A 21 1A 3A 2A
Octal 253 144 55 0 52 112 41 32 72 52
Binary 10101011 1100100 101101 0 101010 1001010 100001 11010 111010 101010

Color Harmonies of #AB642D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB642D

Black with #AB642D

Text Example


Text Example

White with #AB642D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB642D; }

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

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

background-color css

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

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

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

border-color css

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

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

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