#A09175

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

Shades of Pale Oyster #A09175

Tints of Pale Oyster #A09175

Color information

#A09175 (or 0xA09175) is unknown color: approx Pale Oyster. HEX triplet: A0, 91 and 75. RGB value is (160,145,117). Sum of RGB (Red+Green+Blue) = 160+145+117=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A09175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09175 is #5F6E8A. Grayscale: #929292. Windows color (decimal): -6254219 or 7704992. OLE color: 7704992.

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

Color convert

RGB160145117-
CMYK00.090.270.37
HSL39.07º18.45%54.31%-
HSV(B)39.07º26.88%62.75%-
XYZ27.8329.0120.96-
YUV146.29111.47137.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=37.91%
G=34.36%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014511700.090.270.3739.0718.4554.31
HexA09175091B25271236
Octal2402211650113345472266
Binary10100000100100011110101010011101110010110011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09175; }

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

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

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

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

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

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

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

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