#A98A4A

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

Shades of Teak #A98A4A

Tints of Teak #A98A4A

Color information

#A98A4A (or 0xA98A4A) is unknown color: approx Teak. HEX triplet: A9, 8A and 4A. RGB value is (169,138,74). Sum of RGB (Red+Green+Blue) = 169+138+74=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98A4A is #5675B5. Grayscale: #8C8C8C. Windows color (decimal): -5666230 or 4885161. OLE color: 4885161.

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

Color convert

RGB16913874-
CMYK00.180.560.34
HSL40.42º39.09%47.65%-
HSV(B)40.42º56.21%66.27%-
XYZ26.6927.1110.3-
YUV139.9790.77148.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.36%
GREEN value IS 138 (54.30% from 255) = 36.22%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=44.36%
G=36.22%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691387400.180.560.3440.4239.0947.65
HexA98A4A0123822282730
Octal2512121120227042504760
Binary10101001100010101001010010010111000100010101000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A4A; }

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

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

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

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

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

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

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

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