#AB6134

Color #AB6134 Mai Tai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mai Tai #AB6134

Tints of Mai Tai #AB6134

Color information

#AB6134 (or 0xAB6134) is unknown color: approx Mai Tai. HEX triplet: AB, 61 and 34. RGB value is (171,97,52). Sum of RGB (Red+Green+Blue) = 171+97+52=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6134 is #549ECB. Grayscale: #727272. Windows color (decimal): -5545676 or 3432875. OLE color: 3432875.

HSL color Cylindrical-coordinate representation of color #AB6134: hue angle of 22.69º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB6134 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1719752-
CMYK00.430.700.33
HSL22.69º53.36%43.73%-
HSV(B)22.69º69.59%67.06%-
XYZ21.6917.465.47-
YUV11493.02168.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.44%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 52 (20.70% from 255) = 16.25%
R=53.44%
G=30.31%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171975200.430.700.3322.6953.3643.73
HexAB613402B462117352c
Octal2531416405310641276554
Binary1010101111000011101000101011100011010000110111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6134; }

 p { color: rgb(171,97,52); }

 H1.HeaderClassName
 {
   color: #AB6134;
 }
 .AnyTagClassName
 {
   color: #AB6134;
 }
</style>
background-color css

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

 a { background-color: rgb(171,97,52); }

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

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

 span { border-color: rgb(171,97,52); }

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