#A08F79

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

Shades of Pale Oyster #A08F79

Tints of Pale Oyster #A08F79

Color information

#A08F79 (or 0xA08F79) is unknown color: approx Pale Oyster. HEX triplet: A0, 8F and 79. RGB value is (160,143,121). Sum of RGB (Red+Green+Blue) = 160+143+121=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08F79 is #5F7086. Grayscale: #919191. Windows color (decimal): -6254727 or 7966624. OLE color: 7966624.

HSL color Cylindrical-coordinate representation of color #A08F79: hue angle of 33.85º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A08F79 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB160143121-
CMYK00.110.240.37
HSL33.85º17.03%55.1%-
HSV(B)33.85º24.38%62.75%-
XYZ27.7728.522.13-
YUV145.57114.13138.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 143 (56.25% from 255) = 33.73%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=37.74%
G=33.73%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014312100.110.240.3733.8517.0355.1
HexA08F790B1825221137
Octal2402171710133045422167
Binary10100000100011111111001010111100010010110001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08F79; }

 p { color: rgb(160,143,121); }

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

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

 a { background-color: rgb(160,143,121); }

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

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

 span { border-color: rgb(160,143,121); }

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