#A28E6C

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

Shades of Pale Oyster #A28E6C

Tints of Pale Oyster #A28E6C

Color information

#A28E6C (or 0xA28E6C) is unknown color: approx Pale Oyster. HEX triplet: A2, 8E and 6C. RGB value is (162,142,108). Sum of RGB (Red+Green+Blue) = 162+142+108=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E6C is #5D7193. Grayscale: #909090. Windows color (decimal): -6123924 or 7114402. OLE color: 7114402.

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

Color convert

RGB162142108-
CMYK00.120.330.36
HSL37.78º22.5%52.94%-
HSV(B)37.78º33.33%63.53%-
XYZ27.2828.1118.18-
YUV144.1107.63140.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=39.32%
G=34.47%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214210800.120.330.3637.7822.552.94
HexA28E6C0C2124261735
Octal2422161540144144462765
Binary101000101000111011011000110010000110010010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E6C; }

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

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

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

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

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

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

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

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