#AB8A50

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

Shades of Teak #AB8A50

Tints of Teak #AB8A50

Color information

#AB8A50 (or 0xAB8A50) is unknown color: approx Teak. HEX triplet: AB, 8A and 50. RGB value is (171,138,80). Sum of RGB (Red+Green+Blue) = 171+138+80=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A50 is #5475AF. Grayscale: #8D8D8D. Windows color (decimal): -5535152 or 5278379. OLE color: 5278379.

HSL color Cylindrical-coordinate representation of color #AB8A50: hue angle of 38.24º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB8A50 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB17113880-
CMYK00.190.530.33
HSL38.24º36.25%49.22%-
HSV(B)38.24º53.22%67.06%-
XYZ27.3327.4111.44-
YUV141.2693.43149.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 138 (54.30% from 255) = 35.48%
BLUE value IS 80 (31.64% from 255) = 20.57%
R=43.96%
G=35.48%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711388000.190.530.3338.2436.2549.22
HexAB8A500133521262431
Octal2532121200236541464461
Binary10101011100010101010000010011110101100001100110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A50; }

 p { color: rgb(171,138,80); }

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

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

 a { background-color: rgb(171,138,80); }

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

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

 span { border-color: rgb(171,138,80); }

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