#A38758

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

Shades of Teak #A38758

Tints of Teak #A38758

Color information

#A38758 (or 0xA38758) is unknown color: approx Teak. HEX triplet: A3, 87 and 58. RGB value is (163,135,88). Sum of RGB (Red+Green+Blue) = 163+135+88=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A38758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38758 is #5C78A7. Grayscale: #8A8A8A. Windows color (decimal): -6060200 or 5801891. OLE color: 5801891.

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

Color convert

RGB16313588-
CMYK00.170.460.36
HSL37.6º29.88%49.22%-
HSV(B)37.6º46.01%63.92%-
XYZ25.5325.8212.87-
YUV138.0199.78145.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 88 (34.77% from 255) = 22.80%
R=42.23%
G=34.97%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631358800.170.460.3637.629.8849.22
HexA387580112E24261e31
Octal2432071300215644463661
Binary1010001110000111101100001000110111010010010011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38758; }

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

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

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

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

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

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

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

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