#A38755

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

Shades of Teak #A38755

Tints of Teak #A38755

Color information

#A38755 (or 0xA38755) is unknown color: approx Teak. HEX triplet: A3, 87 and 55. RGB value is (163,135,85). Sum of RGB (Red+Green+Blue) = 163+135+85=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A38755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38755 is #5C78AA. Grayscale: #898989. Windows color (decimal): -6060203 or 5605283. OLE color: 5605283.

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

Color convert

RGB16313585-
CMYK00.170.480.36
HSL38.46º31.45%48.63%-
HSV(B)38.46º47.85%63.92%-
XYZ25.4125.7712.23-
YUV137.6798.28146.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 85 (33.59% from 255) = 22.19%
R=42.56%
G=35.25%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631358500.170.480.3638.4631.4548.63
HexA387550113024261f31
Octal2432071250216044463761
Binary1010001110000111101010101000111000010010010011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38755; }

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

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

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

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

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

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

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

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