#A98D5C

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

Shades of Teak #A98D5C

Tints of Teak #A98D5C

Color information

#A98D5C (or 0xA98D5C) is unknown color: approx Teak. HEX triplet: A9, 8D and 5C. RGB value is (169,141,92). Sum of RGB (Red+Green+Blue) = 169+141+92=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D5C is #5672A3. Grayscale: #909090. Windows color (decimal): -5665444 or 6065577. OLE color: 6065577.

HSL color Cylindrical-coordinate representation of color #A98D5C: hue angle of 38.18º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A98D5C is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB16914192-
CMYK00.170.460.34
HSL38.18º30.92%51.18%-
HSV(B)38.18º45.56%66.27%-
XYZ27.8228.2614.11-
YUV143.7998.78145.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 92 (36.33% from 255) = 22.89%
R=42.04%
G=35.07%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691419200.170.460.3438.1830.9251.18
HexA98D5C0112E22261f33
Octal2512151340215642463763
Binary1010100110001101101110001000110111010001010011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D5C; }

 p { color: rgb(169,141,92); }

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

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

 a { background-color: rgb(169,141,92); }

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

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

 span { border-color: rgb(169,141,92); }

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