#A08F69

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

Shades of Pale Oyster #A08F69

Tints of Pale Oyster #A08F69

Color information

#A08F69 (or 0xA08F69) is unknown color: approx Pale Oyster. HEX triplet: A0, 8F and 69. RGB value is (160,143,105). Sum of RGB (Red+Green+Blue) = 160+143+105=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08F69 is #5F7096. Grayscale: #8F8F8F. Windows color (decimal): -6254743 or 6918048. OLE color: 6918048.

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

Color convert

RGB160143105-
CMYK00.110.340.37
HSL41.45º22.45%51.96%-
HSV(B)41.45º34.38%62.75%-
XYZ26.8728.1417.38-
YUV143.75106.13139.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 105 (41.41% from 255) = 25.74%
R=39.22%
G=35.05%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014310500.110.340.3741.4522.4551.96
HexA08F690B2225291634
Octal2402171510134245512664
Binary101000001000111111010010101110001010010110100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08F69; }

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

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

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

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

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

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

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

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