#A38856

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

Shades of Teak #A38856

Tints of Teak #A38856

Color information

#A38856 (or 0xA38856) is unknown color: approx Teak. HEX triplet: A3, 88 and 56. RGB value is (163,136,86). Sum of RGB (Red+Green+Blue) = 163+136+86=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A38856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38856 is #5C77A9. Grayscale: #8A8A8A. Windows color (decimal): -6059946 or 5671075. OLE color: 5671075.

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

Color convert

RGB16313686-
CMYK00.170.470.36
HSL38.96º30.92%48.82%-
HSV(B)38.96º47.24%63.92%-
XYZ25.5926.0712.49-
YUV138.3798.45145.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 86 (33.98% from 255) = 22.34%
R=42.34%
G=35.32%
B=22.34%

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
Decimal1631368600.170.470.3638.9630.9248.82
HexA388560112F24271f31
Octal2432101260215744473761
Binary1010001110001000101011001000110111110010010011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38856; }

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

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

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

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

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

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

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

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