#AB905C

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

Shades of Teak #AB905C

Tints of Teak #AB905C

Color information

#AB905C (or 0xAB905C) is unknown color: approx Teak. HEX triplet: AB, 90 and 5C. RGB value is (171,144,92). Sum of RGB (Red+Green+Blue) = 171+144+92=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB905C is #546FA3. Grayscale: #929292. Windows color (decimal): -5533604 or 6066347. OLE color: 6066347.

HSL color Cylindrical-coordinate representation of color #AB905C: hue angle of 39.49º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB905C is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB17114492-
CMYK00.160.460.33
HSL39.49º31.98%51.57%-
HSV(B)39.49º46.2%67.06%-
XYZ28.729.3814.28-
YUV146.1497.45145.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 92 (36.33% from 255) = 22.60%
R=42.01%
G=35.38%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711449200.160.460.3339.4931.9851.57
HexAB905C0102E21272034
Octal2532201340205641474064
Binary10101011100100001011100010000101110100001100111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB905C; }

 p { color: rgb(171,144,92); }

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

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

 a { background-color: rgb(171,144,92); }

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

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

 span { border-color: rgb(171,144,92); }

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