#AB8C4B

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

Shades of Teak #AB8C4B

Tints of Teak #AB8C4B

Color information

#AB8C4B (or 0xAB8C4B) is unknown color: approx Teak. HEX triplet: AB, 8C and 4B. RGB value is (171,140,75). Sum of RGB (Red+Green+Blue) = 171+140+75=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C4B is #5473B4. Grayscale: #8E8E8E. Windows color (decimal): -5534645 or 4951211. OLE color: 4951211.

HSL color Cylindrical-coordinate representation of color #AB8C4B: hue angle of 40.63º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB8C4B is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17114075-
CMYK00.180.560.33
HSL40.63º39.02%48.24%-
HSV(B)40.63º56.14%67.06%-
XYZ27.4427.9210.6-
YUV141.8690.27148.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 140 (55.08% from 255) = 36.27%
BLUE value IS 75 (29.69% from 255) = 19.43%
R=44.30%
G=36.27%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711407500.180.560.3340.6339.0248.24
HexAB8C4B0123821292730
Octal2532141130227041514760
Binary10101011100011001001011010010111000100001101001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8C4B; }

 p { color: rgb(171,140,75); }

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

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

 a { background-color: rgb(171,140,75); }

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

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

 span { border-color: rgb(171,140,75); }

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