#A38E56

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

Shades of Teak #A38E56

Tints of Teak #A38E56

Color information

#A38E56 (or 0xA38E56) is unknown color: approx Teak. HEX triplet: A3, 8E and 56. RGB value is (163,142,86). Sum of RGB (Red+Green+Blue) = 163+142+86=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38E56 is #5C71A9. Grayscale: #8E8E8E. Windows color (decimal): -6058410 or 5672611. OLE color: 5672611.

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

Color convert

RGB16314286-
CMYK00.130.470.36
HSL43.64º30.92%48.82%-
HSV(B)43.64º47.24%63.92%-
XYZ26.4627.812.78-
YUV141.996.46143.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 86 (33.98% from 255) = 21.99%
R=41.69%
G=36.32%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631428600.130.470.3643.6430.9248.82
HexA38E560D2F242c1f31
Octal2432161260155744543761
Binary101000111000111010101100110110111110010010110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38E56; }

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

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

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

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

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

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

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

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