Html Css Color HEX #AB6620 Mai Tai

📋 copy color: '#AB6620'

red 171 ◦ green 102 ◦ blue 32

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

Shades of Mai Tai #AB6620

Tints of Mai Tai #AB6620

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.44%

 BLUE value IS 32 (12.89% from 255) = 10.49%

R = 56.07%
G = 33.44%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB6620 (or 0xAB6620) is known color: Mai Tai. HEX triplet: AB, 66 and 20. RGB value is (171,102,32). Sum of RGB (Red+Green+Blue) = 171+102+32=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6620 is #5499DF. Grayscale: #727272. Windows color (decimal): -5544416 or 2123435. OLE color: 2123435.

HSL color Cylindrical-coordinate representation of color #AB6620: hue angle of 30.22º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB6620 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 102 32 -
CMYK 0 0.40 0.81 0.33
HSL 30.22º 0.68% 0.4% -
HSV(B) 30.22º 0.81% 0.67% -
XYZ 21.81 18.26 3.74 -
YUV 114.65 81.36 168.19 -
System Red Green Blue C M Y K H S L
Decimal 171 102 32 0 0.40 0.81 0.33 30.22 0.68 0.4
Hex AB 66 20 0 28 51 21 1E 44 28
Octal 253 146 40 0 50 121 41 36 104 50
Binary 10101011 1100110 100000 0 101000 1010001 100001 11110 1000100 101000

Color Harmonies of #AB6620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6620

Black with #AB6620

Text Example


Text Example

White with #AB6620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6620; }

 p { color: rgb(171,102,32); }

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

background-color css

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

 a { background-color: rgb(171,102,32); }

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

border-color css

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

 span { border-color: rgb(171,102,32); }

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