#A38F55

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

Shades of Teak #A38F55

Tints of Teak #A38F55

Color information

#A38F55 (or 0xA38F55) is unknown color: approx Teak. HEX triplet: A3, 8F and 55. RGB value is (163,143,85). Sum of RGB (Red+Green+Blue) = 163+143+85=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38F55 is #5C70AA. Grayscale: #8E8E8E. Windows color (decimal): -6058155 or 5607331. OLE color: 5607331.

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

Color convert

RGB16314385-
CMYK00.120.480.36
HSL44.62º31.45%48.63%-
HSV(B)44.62º47.85%63.92%-
XYZ26.5728.0912.62-
YUV142.3795.63142.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 143 (56.25% from 255) = 36.57%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=41.69%
G=36.57%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631438500.120.480.3644.6231.4548.63
HexA38F550C30242d1f31
Octal2432171250146044553761
Binary101000111000111110101010110011000010010010110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38F55; }

 p { color: rgb(163,143,85); }

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

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

 a { background-color: rgb(163,143,85); }

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

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

 span { border-color: rgb(163,143,85); }

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