#A28A5A

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

Shades of Teak #A28A5A

Tints of Teak #A28A5A

Color information

#A28A5A (or 0xA28A5A) is unknown color: approx Teak. HEX triplet: A2, 8A and 5A. RGB value is (162,138,90). Sum of RGB (Red+Green+Blue) = 162+138+90=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28A5A is #5D75A5. Grayscale: #8B8B8B. Windows color (decimal): -6124966 or 5933730. OLE color: 5933730.

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

Color convert

RGB16213890-
CMYK00.150.440.36
HSL40º28.57%49.41%-
HSV(B)40º44.44%63.53%-
XYZ25.8326.613.44-
YUV139.799.95143.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 90 (35.55% from 255) = 23.08%
R=41.54%
G=35.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621389000.150.440.364028.5749.41
HexA28A5A0F2C24281d31
Octal2422121320175444503561
Binary101000101000101010110100111110110010010010100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A5A; }

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

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

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

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

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

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

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

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