#A38B55

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

Shades of Teak #A38B55

Tints of Teak #A38B55

Color information

#A38B55 (or 0xA38B55) is unknown color: approx Teak. HEX triplet: A3, 8B and 55. RGB value is (163,139,85). Sum of RGB (Red+Green+Blue) = 163+139+85=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38B55 is #5C74AA. Grayscale: #8C8C8C. Windows color (decimal): -6059179 or 5606307. OLE color: 5606307.

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

Color convert

RGB16313985-
CMYK00.150.480.36
HSL41.54º31.45%48.63%-
HSV(B)41.54º47.85%63.92%-
XYZ25.9826.9112.42-
YUV140.0296.95144.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 139 (54.69% from 255) = 35.92%
BLUE value IS 85 (33.59% from 255) = 21.96%
R=42.12%
G=35.92%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631398500.150.480.3641.5431.4548.63
HexA38B550F30242a1f31
Octal2432131250176044523761
Binary101000111000101110101010111111000010010010101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38B55; }

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

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

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

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

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

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

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

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