#A38A4F

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

Shades of Teak #A38A4F

Tints of Teak #A38A4F

Color information

#A38A4F (or 0xA38A4F) is unknown color: approx Teak. HEX triplet: A3, 8A and 4F. RGB value is (163,138,79). Sum of RGB (Red+Green+Blue) = 163+138+79=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38A4F is #5C75B0. Grayscale: #8B8B8B. Windows color (decimal): -6059441 or 5212835. OLE color: 5212835.

HSL color Cylindrical-coordinate representation of color #A38A4F: hue angle of 42.14º 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 #A38A4F is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB16313879-
CMYK00.150.520.36
HSL42.14º34.71%47.45%-
HSV(B)42.14º51.53%63.92%-
XYZ25.626.5311.17-
YUV138.7594.28145.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.89%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 79 (31.25% from 255) = 20.79%
R=42.89%
G=36.32%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631387900.150.520.3642.1434.7147.45
HexA38A4F0F34242a232f
Octal2432121170176444524357
Binary1010001110001010100111101111110100100100101010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A4F; }

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

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

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

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

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

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

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

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