#A28D68

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

Shades of Pale Oyster #A28D68

Tints of Pale Oyster #A28D68

Color information

#A28D68 (or 0xA28D68) is unknown color: approx Pale Oyster. HEX triplet: A2, 8D and 68. RGB value is (162,141,104). Sum of RGB (Red+Green+Blue) = 162+141+104=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D68 is #5D7297. Grayscale: #8F8F8F. Windows color (decimal): -6124184 or 6852002. OLE color: 6852002.

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

Color convert

RGB162141104-
CMYK00.130.360.36
HSL38.28º23.77%52.16%-
HSV(B)38.28º35.8%63.53%-
XYZ26.9227.7317.03-
YUV143.06105.96141.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 141 (55.47% from 255) = 34.64%
BLUE value IS 104 (41.02% from 255) = 25.55%
R=39.80%
G=34.64%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214110400.130.360.3638.2823.7752.16
HexA28D680D2424261834
Octal2422151500154444463064
Binary101000101000110111010000110110010010010010011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D68; }

 p { color: rgb(162,141,104); }

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

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

 a { background-color: rgb(162,141,104); }

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

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

 span { border-color: rgb(162,141,104); }

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