#A38E4E

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

Shades of Teak #A38E4E

Tints of Teak #A38E4E

Color information

#A38E4E (or 0xA38E4E) is unknown color: approx Teak. HEX triplet: A3, 8E and 4E. RGB value is (163,142,78). Sum of RGB (Red+Green+Blue) = 163+142+78=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E4E is #5C71B1. Grayscale: #8D8D8D. Windows color (decimal): -6058418 or 5148323. OLE color: 5148323.

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

Color convert

RGB16314278-
CMYK00.130.520.36
HSL45.18º35.27%47.25%-
HSV(B)45.18º52.15%63.92%-
XYZ26.1527.6811.17-
YUV140.9892.46143.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=42.56%
G=37.08%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631427800.130.520.3645.1835.2747.25
HexA38E4E0D34242d232f
Octal2432161160156444554357
Binary1010001110001110100111001101110100100100101101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38E4E; }

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

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

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

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

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

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

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

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