#A28F73

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

Shades of Pale Oyster #A28F73

Tints of Pale Oyster #A28F73

Color information

#A28F73 (or 0xA28F73) is unknown color: approx Pale Oyster. HEX triplet: A2, 8F and 73. RGB value is (162,143,115). Sum of RGB (Red+Green+Blue) = 162+143+115=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28F73 is #5D708C. Grayscale: #919191. Windows color (decimal): -6123661 or 7573410. OLE color: 7573410.

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

Color convert

RGB162143115-
CMYK00.120.290.36
HSL35.74º20.17%54.31%-
HSV(B)35.74º29.01%63.53%-
XYZ27.8228.5620.27-
YUV145.49110.79139.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.57%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=38.57%
G=34.05%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214311500.120.290.3635.7420.1754.31
HexA28F730C1D24241436
Octal2422171630143544442466
Binary10100010100011111110011011001110110010010010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F73; }

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

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

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

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

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

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

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

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