#a28c5a

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

Shades of Teak #A28C5A

Tints of Teak #A28C5A

Color information

#A28C5A (or 0xA28C5A) is unknown color: approx Teak. HEX triplet: A2, 8C and 5A. RGB value is (162,140,90). Sum of RGB (Red+Green+Blue) = 162+140+90=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28C5A is #5D73A5. Grayscale: #8D8D8D. Windows color (decimal): -6124454 or 5934242. OLE color: 5934242.

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

Color convert

RGB16214090-
CMYK00.140.440.36
HSL41.67º28.57%49.41%-
HSV(B)41.67º44.44%63.53%-
XYZ26.1227.1813.54-
YUV140.8899.29143.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 140 (55.08% from 255) = 35.71%
BLUE value IS 90 (35.55% from 255) = 22.96%
R=41.33%
G=35.71%
B=22.96%

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
Decimal1621409000.140.440.3641.6728.5749.41
HexA28C5A0E2C242a1d31
Octal2422141320165444523561
Binary101000101000110010110100111010110010010010101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a28c5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a28c5a; }

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

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

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

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

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

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

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

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