#A98A5C

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

Shades of Teak #A98A5C

Tints of Teak #A98A5C

Color information

#A98A5C (or 0xA98A5C) is unknown color: approx Teak. HEX triplet: A9, 8A and 5C. RGB value is (169,138,92). Sum of RGB (Red+Green+Blue) = 169+138+92=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A5C is #5675A3. Grayscale: #8E8E8E. Windows color (decimal): -5666212 or 6064809. OLE color: 6064809.

HSL color Cylindrical-coordinate representation of color #A98A5C: hue angle of 35.84º 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 #A98A5C is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB16913892-
CMYK00.180.460.34
HSL35.84º30.92%51.18%-
HSV(B)35.84º45.56%66.27%-
XYZ27.3827.3813.97-
YUV142.0299.77147.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=42.36%
G=34.59%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691389200.180.460.3435.8430.9251.18
HexA98A5C0122E22241f33
Octal2512121340225642443763
Binary1010100110001010101110001001010111010001010010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A5C; }

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

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

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

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

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

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

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

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