#A3904F

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

Shades of Teak #A3904F

Tints of Teak #A3904F

Color information

#A3904F (or 0xA3904F) is unknown color: approx Teak. HEX triplet: A3, 90 and 4F. RGB value is (163,144,79). Sum of RGB (Red+Green+Blue) = 163+144+79=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3904F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3904F is #5C6FB0. Grayscale: #8E8E8E. Windows color (decimal): -6057905 or 5214371. OLE color: 5214371.

HSL color Cylindrical-coordinate representation of color #A3904F: hue angle of 46.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3904F is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB16314479-
CMYK00.120.520.36
HSL46.43º34.71%47.45%-
HSV(B)46.43º51.53%63.92%-
XYZ26.4928.311.46-
YUV142.2792.29142.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 144 (56.64% from 255) = 37.31%
BLUE value IS 79 (31.25% from 255) = 20.47%
R=42.23%
G=37.31%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631447900.120.520.3646.4334.7147.45
HexA3904F0C34242e232f
Octal2432201170146444564357
Binary1010001110010000100111101100110100100100101110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3904F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3904F; }

 p { color: rgb(163,144,79); }

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

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

 a { background-color: rgb(163,144,79); }

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

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

 span { border-color: rgb(163,144,79); }

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