#A28D67

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

Shades of Pale Oyster #A28D67

Tints of Pale Oyster #A28D67

Color information

#A28D67 (or 0xA28D67) is unknown color: approx Pale Oyster. HEX triplet: A2, 8D and 67. RGB value is (162,141,103). Sum of RGB (Red+Green+Blue) = 162+141+103=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D67 is #5D7298. Grayscale: #8F8F8F. Windows color (decimal): -6124185 or 6786466. OLE color: 6786466.

HSL color Cylindrical-coordinate representation of color #A28D67: hue angle of 38.64º 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 #A28D67 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB162141103-
CMYK00.130.360.36
HSL38.64º24.08%51.96%-
HSV(B)38.64º36.42%63.53%-
XYZ26.8727.7116.76-
YUV142.95105.46141.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 141 (55.47% from 255) = 34.73%
BLUE value IS 103 (40.62% from 255) = 25.37%
R=39.90%
G=34.73%
B=25.37%

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
Decimal16214110300.130.360.3638.6424.0851.96
HexA28D670D2424271834
Octal2422151470154444473064
Binary101000101000110111001110110110010010010010011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D67; }

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

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

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

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

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

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

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

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