#A28F5B

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

Shades of Teak #A28F5B

Tints of Teak #A28F5B

Color information

#A28F5B (or 0xA28F5B) is unknown color: approx Teak. HEX triplet: A2, 8F and 5B. RGB value is (162,143,91). Sum of RGB (Red+Green+Blue) = 162+143+91=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F5B is #5D70A4. Grayscale: #8E8E8E. Windows color (decimal): -6123685 or 6000546. OLE color: 6000546.

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

Color convert

RGB16214391-
CMYK00.120.440.36
HSL43.94º28.06%49.61%-
HSV(B)43.94º43.83%63.53%-
XYZ26.6128.0813.92-
YUV142.7598.79141.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 143 (56.25% from 255) = 36.11%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=40.91%
G=36.11%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621439100.120.440.3643.9428.0649.61
HexA28F5B0C2C242c1c32
Octal2422171330145444543462
Binary101000101000111110110110110010110010010010110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F5B; }

 p { color: rgb(162,143,91); }

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

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

 a { background-color: rgb(162,143,91); }

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

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

 span { border-color: rgb(162,143,91); }

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