#A28D55

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

Shades of Teak #A28D55

Tints of Teak #A28D55

Color information

#A28D55 (or 0xA28D55) is unknown color: approx Teak. HEX triplet: A2, 8D and 55. RGB value is (162,141,85). Sum of RGB (Red+Green+Blue) = 162+141+85=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D55 is #5D72AA. Grayscale: #8D8D8D. Windows color (decimal): -6124203 or 5606818. OLE color: 5606818.

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

Color convert

RGB16214185-
CMYK00.130.480.36
HSL43.64º31.17%48.43%-
HSV(B)43.64º47.53%63.53%-
XYZ26.0627.3912.51-
YUV140.8996.46143.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 141 (55.47% from 255) = 36.34%
BLUE value IS 85 (33.59% from 255) = 21.91%
R=41.75%
G=36.34%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621418500.130.480.3643.6431.1748.43
HexA28D550D30242c1f30
Octal2422151250156044543760
Binary101000101000110110101010110111000010010010110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D55; }

 p { color: rgb(162,141,85); }

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

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

 a { background-color: rgb(162,141,85); }

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

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

 span { border-color: rgb(162,141,85); }

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