Html Css Color HEX #AB6428 Mai Tai

📋 copy color: '#AB6428'

red 171 ◦ green 100 ◦ blue 40

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

Shades of Mai Tai #AB6428

Tints of Mai Tai #AB6428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.86%

R = 54.98%
G = 32.15%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB6428 (or 0xAB6428) is known color: Mai Tai. HEX triplet: AB, 64 and 28. RGB value is (171,100,40). Sum of RGB (Red+Green+Blue) = 171+100+40=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6428 is #549BD7. Grayscale: #727272. Windows color (decimal): -5544920 or 2647211. OLE color: 2647211.

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

Color convert

RGB 171 100 40 -
CMYK 0 0.42 0.77 0.33
HSL 27.48º 0.62% 0.41% -
HSV(B) 27.48º 0.77% 0.67% -
XYZ 21.73 17.93 4.32 -
YUV 114.39 86.02 168.38 -
System Red Green Blue C M Y K H S L
Decimal 171 100 40 0 0.42 0.77 0.33 27.48 0.62 0.41
Hex AB 64 28 0 2A 4D 21 1B 3E 29
Octal 253 144 50 0 52 115 41 33 76 51
Binary 10101011 1100100 101000 0 101010 1001101 100001 11011 111110 101001

Color Harmonies of #AB6428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6428

Black with #AB6428

Text Example


Text Example

White with #AB6428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6428; }

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

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

background-color css

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

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

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

border-color css

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

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

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