#A38A4E

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

Shades of Teak #A38A4E

Tints of Teak #A38A4E

Color information

#A38A4E (or 0xA38A4E) is unknown color: approx Teak. HEX triplet: A3, 8A and 4E. RGB value is (163,138,78). Sum of RGB (Red+Green+Blue) = 163+138+78=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38A4E is #5C75B1. Grayscale: #8A8A8A. Windows color (decimal): -6059442 or 5147299. OLE color: 5147299.

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

Color convert

RGB16313878-
CMYK00.150.520.36
HSL42.35º35.27%47.25%-
HSV(B)42.35º52.15%63.92%-
XYZ25.5726.5110.98-
YUV138.6493.78145.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 138 (54.30% from 255) = 36.41%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=43.01%
G=36.41%
B=20.58%

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
Decimal1631387800.150.520.3642.3535.2747.25
HexA38A4E0F34242a232f
Octal2432121160176444524357
Binary1010001110001010100111001111110100100100101010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A4E; }

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

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

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

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

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

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

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

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