#A28954

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

Shades of Teak #A28954

Tints of Teak #A28954

Color information

#A28954 (or 0xA28954) is unknown color: approx Teak. HEX triplet: A2, 89 and 54. RGB value is (162,137,84). Sum of RGB (Red+Green+Blue) = 162+137+84=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A28954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28954 is #5D76AB. Grayscale: #8A8A8A. Windows color (decimal): -6125228 or 5540258. OLE color: 5540258.

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

Color convert

RGB16213784-
CMYK00.150.480.36
HSL40.77º31.71%48.24%-
HSV(B)40.77º48.15%63.53%-
XYZ25.4526.2112.11-
YUV138.4397.28144.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 137 (53.91% from 255) = 35.77%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=42.30%
G=35.77%
B=21.93%

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
Decimal1621378400.150.480.3640.7731.7148.24
HexA289540F3024292030
Octal2422111240176044514060
Binary1010001010001001101010001111110000100100101001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28954; }

 p { color: rgb(162,137,84); }

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

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

 a { background-color: rgb(162,137,84); }

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

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

 span { border-color: rgb(162,137,84); }

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