Html Css Color HEX #AB602C Mai Tai

📋 copy color: '#AB602C'

red 171 ◦ green 96 ◦ blue 44

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

Shades of Mai Tai #AB602C

Tints of Mai Tai #AB602C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.87%

 BLUE value IS 44 (17.58% from 255) = 14.15%

R = 54.98%
G = 30.87%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB602C (or 0xAB602C) is known color: Mai Tai. HEX triplet: AB, 60 and 2C. RGB value is (171,96,44). Sum of RGB (Red+Green+Blue) = 171+96+44=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB602C is #549FD3. Grayscale: #707070. Windows color (decimal): -5545940 or 2908331. OLE color: 2908331.

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

Color convert

RGB 171 96 44 -
CMYK 0 0.44 0.74 0.33
HSL 24.57º 0.59% 0.42% -
HSV(B) 24.57º 0.74% 0.67% -
XYZ 21.43 17.21 4.57 -
YUV 112.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 171 96 44 0 0.44 0.74 0.33 24.57 0.59 0.42
Hex AB 60 2C 0 2C 4A 21 19 3B 2A
Octal 253 140 54 0 54 112 41 31 73 52
Binary 10101011 1100000 101100 0 101100 1001010 100001 11001 111011 101010

Color Harmonies of #AB602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB602C

Black with #AB602C

Text Example


Text Example

White with #AB602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB602C; }

 p { color: rgb(171,96,44); }

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

background-color css

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

 a { background-color: rgb(171,96,44); }

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

border-color css

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

 span { border-color: rgb(171,96,44); }

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