#A28A55

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

Shades of Teak #A28A55

Tints of Teak #A28A55

Color information

#A28A55 (or 0xA28A55) is unknown color: approx Teak. HEX triplet: A2, 8A and 55. RGB value is (162,138,85). Sum of RGB (Red+Green+Blue) = 162+138+85=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A55 is #5D75AA. Grayscale: #8B8B8B. Windows color (decimal): -6124971 or 5606050. OLE color: 5606050.

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

Color convert

RGB16213885-
CMYK00.150.480.36
HSL41.3º31.17%48.43%-
HSV(B)41.3º47.53%63.53%-
XYZ25.6326.5112.36-
YUV139.1397.45144.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 138 (54.30% from 255) = 35.84%
BLUE value IS 85 (33.59% from 255) = 22.08%
R=42.08%
G=35.84%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621388500.150.480.3641.331.1748.43
HexA28A550F3024291f30
Octal2422121250176044513760
Binary101000101000101010101010111111000010010010100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A55; }

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

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

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

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

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

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

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

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