#A38B51

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

Shades of Teak #A38B51

Tints of Teak #A38B51

Color information

#A38B51 (or 0xA38B51) is unknown color: approx Teak. HEX triplet: A3, 8B and 51. RGB value is (163,139,81). Sum of RGB (Red+Green+Blue) = 163+139+81=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B51 is #5C74AE. Grayscale: #8B8B8B. Windows color (decimal): -6059183 or 5344163. OLE color: 5344163.

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

Color convert

RGB16313981-
CMYK00.150.500.36
HSL42.44º33.61%47.84%-
HSV(B)42.44º50.31%63.92%-
XYZ25.8226.8511.61-
YUV139.5694.95144.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 139 (54.69% from 255) = 36.29%
BLUE value IS 81 (32.03% from 255) = 21.15%
R=42.56%
G=36.29%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631398100.150.500.3642.4433.6147.84
HexA38B510F32242a2230
Octal2432131210176244524260
Binary1010001110001011101000101111110010100100101010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38B51; }

 p { color: rgb(163,139,81); }

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

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

 a { background-color: rgb(163,139,81); }

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

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

 span { border-color: rgb(163,139,81); }

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