#A28B5A

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

Shades of Teak #A28B5A

Tints of Teak #A28B5A

Color information

#A28B5A (or 0xA28B5A) is unknown color: approx Teak. HEX triplet: A2, 8B and 5A. RGB value is (162,139,90). Sum of RGB (Red+Green+Blue) = 162+139+90=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28B5A is #5D74A5. Grayscale: #8C8C8C. Windows color (decimal): -6124710 or 5933986. OLE color: 5933986.

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

Color convert

RGB16213990-
CMYK00.140.440.36
HSL40.83º28.57%49.41%-
HSV(B)40.83º44.44%63.53%-
XYZ25.9826.8813.49-
YUV140.2999.62143.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 90 (35.55% from 255) = 23.02%
R=41.43%
G=35.55%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621399000.140.440.3640.8328.5749.41
HexA28B5A0E2C24291d31
Octal2422131320165444513561
Binary101000101000101110110100111010110010010010100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B5A; }

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

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

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

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

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

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

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

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