#A09172

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

Shades of Pale Oyster #A09172

Tints of Pale Oyster #A09172

Color information

#A09172 (or 0xA09172) is unknown color: approx Pale Oyster. HEX triplet: A0, 91 and 72. RGB value is (160,145,114). Sum of RGB (Red+Green+Blue) = 160+145+114=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A09172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09172 is #5F6E8D. Grayscale: #929292. Windows color (decimal): -6254222 or 7508384. OLE color: 7508384.

HSL color Cylindrical-coordinate representation of color #A09172: hue angle of 40.43º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A09172 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB160145114-
CMYK00.090.290.37
HSL40.43º19.49%53.73%-
HSV(B)40.43º28.75%62.75%-
XYZ27.6628.9420.05-
YUV145.95109.97138.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.19%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 114 (44.92% from 255) = 27.21%
R=38.19%
G=34.61%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014511400.090.290.3740.4319.4953.73
HexA09172091D25281336
Octal2402211620113545502366
Binary10100000100100011110010010011110110010110100010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09172; }

 p { color: rgb(160,145,114); }

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

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

 a { background-color: rgb(160,145,114); }

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

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

 span { border-color: rgb(160,145,114); }

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