#A28F4E

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

Shades of Teak #A28F4E

Tints of Teak #A28F4E

Color information

#A28F4E (or 0xA28F4E) is unknown color: approx Teak. HEX triplet: A2, 8F and 4E. RGB value is (162,143,78). Sum of RGB (Red+Green+Blue) = 162+143+78=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F4E is #5D70B1. Grayscale: #8D8D8D. Windows color (decimal): -6123698 or 5148578. OLE color: 5148578.

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

Color convert

RGB16214378-
CMYK00.120.520.36
HSL46.43º35%47.06%-
HSV(B)46.43º51.85%63.53%-
XYZ26.127.8811.21-
YUV141.2792.29142.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 143 (56.25% from 255) = 37.34%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=42.30%
G=37.34%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621437800.120.520.3646.433547.06
HexA28F4E0C34242e232f
Octal2422171160146444564357
Binary1010001010001111100111001100110100100100101110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F4E; }

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

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

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

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

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

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

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

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