#A28B4D

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

Shades of Teak #A28B4D

Tints of Teak #A28B4D

Color information

#A28B4D (or 0xA28B4D) is unknown color: approx Teak. HEX triplet: A2, 8B and 4D. RGB value is (162,139,77). Sum of RGB (Red+Green+Blue) = 162+139+77=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B4D is #5D74B2. Grayscale: #8B8B8B. Windows color (decimal): -6124723 or 5082018. OLE color: 5082018.

HSL color Cylindrical-coordinate representation of color #A28B4D: hue angle of 43.76º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A28B4D is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB16213977-
CMYK00.140.520.36
HSL43.76º35.56%46.86%-
HSV(B)43.76º52.47%63.53%-
XYZ25.4726.6810.83-
YUV138.8193.12144.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 139 (54.69% from 255) = 36.77%
BLUE value IS 77 (30.47% from 255) = 20.37%
R=42.86%
G=36.77%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621397700.140.520.3643.7635.5646.86
HexA28B4D0E34242c242f
Octal2422131150166444544457
Binary1010001010001011100110101110110100100100101100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B4D; }

 p { color: rgb(162,139,77); }

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

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

 a { background-color: rgb(162,139,77); }

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

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

 span { border-color: rgb(162,139,77); }

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