#A38756

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

Shades of Teak #A38756

Tints of Teak #A38756

Color information

#A38756 (or 0xA38756) is unknown color: approx Teak. HEX triplet: A3, 87 and 56. RGB value is (163,135,86). Sum of RGB (Red+Green+Blue) = 163+135+86=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A38756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38756 is #5C78A9. Grayscale: #8A8A8A. Windows color (decimal): -6060202 or 5670819. OLE color: 5670819.

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

Color convert

RGB16313586-
CMYK00.170.470.36
HSL38.18º30.92%48.82%-
HSV(B)38.18º47.24%63.92%-
XYZ25.4525.7912.44-
YUV137.7998.78145.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.45%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=42.45%
G=35.16%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631358600.170.470.3638.1830.9248.82
HexA387560112F24261f31
Octal2432071260215744463761
Binary1010001110000111101011001000110111110010010011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38756; }

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

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

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

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

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

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

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

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