#A38850

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

Shades of Teak #A38850

Tints of Teak #A38850

Color information

#A38850 (or 0xA38850) is unknown color: approx Teak. HEX triplet: A3, 88 and 50. RGB value is (163,136,80). Sum of RGB (Red+Green+Blue) = 163+136+80=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A38850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38850 is #5C77AF. Grayscale: #898989. Windows color (decimal): -6059952 or 5277859. OLE color: 5277859.

HSL color Cylindrical-coordinate representation of color #A38850: hue angle of 40.48º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A38850 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16313680-
CMYK00.170.510.36
HSL40.48º34.16%47.65%-
HSV(B)40.48º50.92%63.92%-
XYZ25.3625.9711.27-
YUV137.6995.45146.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=43.01%
G=35.88%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631368000.170.510.3640.4834.1647.65
HexA388500113324282230
Octal2432101200216344504260
Binary10100011100010001010000010001110011100100101000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38850; }

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

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

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

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

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

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

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

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