#A38958

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

Shades of Teak #A38958

Tints of Teak #A38958

Color information

#A38958 (or 0xA38958) is unknown color: approx Teak. HEX triplet: A3, 89 and 58. RGB value is (163,137,88). Sum of RGB (Red+Green+Blue) = 163+137+88=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A38958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38958 is #5C76A7. Grayscale: #8B8B8B. Windows color (decimal): -6059688 or 5802403. OLE color: 5802403.

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

Color convert

RGB16313788-
CMYK00.160.460.36
HSL39.2º29.88%49.22%-
HSV(B)39.2º46.01%63.92%-
XYZ25.8126.3812.96-
YUV139.1999.11144.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 88 (34.77% from 255) = 22.68%
R=42.01%
G=35.31%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631378800.160.460.3639.229.8849.22
HexA389580102E24271e31
Octal2432111300205644473661
Binary1010001110001001101100001000010111010010010011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38958; }

 p { color: rgb(163,137,88); }

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

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

 a { background-color: rgb(163,137,88); }

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

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

 span { border-color: rgb(163,137,88); }

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