#A28E5C

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

Shades of Teak #A28E5C

Tints of Teak #A28E5C

Color information

#A28E5C (or 0xA28E5C) is unknown color: approx Teak. HEX triplet: A2, 8E and 5C. RGB value is (162,142,92). Sum of RGB (Red+Green+Blue) = 162+142+92=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E5C is #5D71A3. Grayscale: #8E8E8E. Windows color (decimal): -6123940 or 6065826. OLE color: 6065826.

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

Color convert

RGB16214292-
CMYK00.120.430.36
HSL42.86º27.56%49.8%-
HSV(B)42.86º43.21%63.53%-
XYZ26.5127.814.09-
YUV142.2899.63142.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 92 (36.33% from 255) = 23.23%
R=40.91%
G=35.86%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621429200.120.430.3642.8627.5649.8
HexA28E5C0C2B242b1c32
Octal2422161340145344533462
Binary101000101000111010111000110010101110010010101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E5C; }

 p { color: rgb(162,142,92); }

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

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

 a { background-color: rgb(162,142,92); }

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

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

 span { border-color: rgb(162,142,92); }

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