#A28F6D

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

Shades of Pale Oyster #A28F6D

Tints of Pale Oyster #A28F6D

Color information

#A28F6D (or 0xA28F6D) is unknown color: approx Pale Oyster. HEX triplet: A2, 8F and 6D. RGB value is (162,143,109). Sum of RGB (Red+Green+Blue) = 162+143+109=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F6D is #5D7092. Grayscale: #909090. Windows color (decimal): -6123667 or 7180194. OLE color: 7180194.

HSL color Cylindrical-coordinate representation of color #A28F6D: hue angle of 38.49º degrees, saturation: 0.22, 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 #A28F6D is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB162143109-
CMYK00.120.330.36
HSL38.49º22.18%53.14%-
HSV(B)38.49º32.72%63.53%-
XYZ27.4828.4318.51-
YUV144.8107.79140.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=39.13%
G=34.54%
B=26.33%

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
Decimal16214310900.120.330.3638.4922.1853.14
HexA28F6D0C2124261635
Octal2422171550144144462665
Binary101000101000111111011010110010000110010010011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F6D; }

 p { color: rgb(162,143,109); }

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

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

 a { background-color: rgb(162,143,109); }

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

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

 span { border-color: rgb(162,143,109); }

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